Commit 4615ab1a authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

docs: Enable sphinx-autobuild

```bash
cd docs
make
```

to run a webserver that automatically rerenders whenever the rST is
modified.
parent b243da08
...@@ -2,7 +2,7 @@ ...@@ -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 =
......
Sphinx==1.7.1 Sphinx==1.7.1
sphinx-autobuild==0.7.1
sphinxcontrib-programoutput==0.11 sphinxcontrib-programoutput==0.11
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment