Skip to content

Commit

Permalink
doc build: work-around for #11727 can be removed
Browse files Browse the repository at this point in the history
This issue has been fixed. We can now show docbuild output even if the build fails.
  • Loading branch information
vtjnash committed Jun 12, 2018
1 parent 5b03450 commit 950eaeb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ cleanall: clean

html: deps
@echo "Building HTML documentation."
ifneq ($(OS),WINNT)
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) $(DOCUMENTER_OPTIONS)
else
# work around issue #11727, windows output redirection breaking on buildbot
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) $(DOCUMENTER_OPTIONS) > docbuild.log 2>&1
@cat docbuild.log
endif
@echo "Build finished. The HTML pages are in _build/html."

pdf: deps
Expand Down

0 comments on commit 950eaeb

Please sign in to comment.