diff --git a/docs/Makefile b/docs/Makefile index 1005e26597..58a7960caf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -174,4 +174,7 @@ xml: pseudoxml: $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml @echo - @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." \ No newline at end of file + @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." + +livehtml: + sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index d1ed81d900..c3b84430a4 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,6 +11,7 @@ tox>=2.3.1 # Docs sphinx_rtd_theme==0.1.9 +sphinx-autobuild==0.6.0 # Contrib packages djangorestframework==3.4.6