Skip to content

Commit

Permalink
Use sphinx 1.4.5 to fix a linkcheck unicode bug with valgrind doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 9, 2016
1 parent c3ca3dc commit 99c8ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(ACTIVATE):
touch -c $@

$(SPHINX_BUILD): $(SRCDIR)/requirements.txt $(ACTIVATE)
. $(ACTIVATE) && pip install sphinx==1.3.1 \
. $(ACTIVATE) && pip install sphinx==1.4.5 \
&& pip install -r $<
touch -c $@

Expand Down

0 comments on commit 99c8ea0

Please sign in to comment.