diff --git a/docs/Makefile b/docs/Makefile index bc394d34..8edc7fd5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # default: - sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + sphinx-autobuild . build/html/ # You can set these variables from the command line. SPHINXOPTS = diff --git a/docs/docs-requirements.txt b/docs/docs-requirements.txt index f0bddf36..a93c2140 100644 --- a/docs/docs-requirements.txt +++ b/docs/docs-requirements.txt @@ -1,4 +1,3 @@ Sphinx==1.7.1 -sphinx-autobuild==0.6.0 # Last version to support Python 2.6 sphinxcontrib-programoutput==0.11 alabaster==0.7.10