Skip to content

Commit

Permalink
require sphinx < 1.2 to build helpdb.jl
Browse files Browse the repository at this point in the history
The jlhelp.py code needs to be updated to work with sphinx 1.2,
to stop adding extra newlines.

Closes JuliaLang#7754.
  • Loading branch information
nolta committed Sep 5, 2014
1 parent 6102148 commit 517f872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@ doctest: juliadoc-pkg
"results in $(BUILDDIR)/doctest/output.txt."

helpdb.jl: stdlib/*.rst juliadoc-pkg
python -c "import sphinx,sys; sys.exit(not sphinx.__version__ < '1.2')"
$(SPHINXBUILD) -b jlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/jlhelp
mv $(BUILDDIR)/jlhelp/jlhelp.jl helpdb.jl

0 comments on commit 517f872

Please sign in to comment.