We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7daffd commit 8c886ddCopy full SHA for 8c886dd
docs/Makefile
@@ -128,3 +128,6 @@ doctest:
128
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
129
@echo "Testing of doctests in the sources finished, look at the " \
130
"results in $(BUILDDIR)/doctest/output.txt."
131
+
132
+livehtml:
133
+ sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
requirements/development.txt
@@ -1,8 +1,14 @@
1
# requirements/development.txt
2
-r common.txt
3
+Sphinx==1.3.1
4
Werkzeug==0.10.4
5
6
+django-debug-toolbar==1.3.2
7
django-extensions==1.5.5
8
django-rosetta==0.7.6
-transifex-client==0.10
-django-debug-toolbar==1.3.2
9
10
ipython==4.0.0
11
12
+transifex-client==0.10
13
14
+sphinx-autobuild==0.5.2
0 commit comments