Add Sphinx and sphinx-autobuild to development requirements.

This commit is contained in:
Roberto Rosario
2015-10-17 04:11:21 -04:00
parent f7daffde49
commit 8c886dd788
2 changed files with 11 additions and 2 deletions

View File

@@ -128,3 +128,6 @@ doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."
livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html