docs: Enable sphinx-autobuild

```bash
cd docs
make
```

to run a webserver that automatically rerenders whenever the rST is
modified.
wip-fakessh-exit-status
Alex Willmer 7 years ago committed by David Wilson
parent b243da087c
commit 4615ab1a8e

@ -2,7 +2,7 @@
# #
default: default:
sphinx-autobuild . _build/html/ sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS =

@ -1,2 +1,3 @@
Sphinx==1.7.1 Sphinx==1.7.1
sphinx-autobuild==0.7.1
sphinxcontrib-programoutput==0.11 sphinxcontrib-programoutput==0.11

Loading…
Cancel
Save