Skip to content

Commit 8c886dd

Browse files
committed
Add Sphinx and sphinx-autobuild to development requirements.
1 parent f7daffd commit 8c886dd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ doctest:
128128
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
129129
@echo "Testing of doctests in the sources finished, look at the " \
130130
"results in $(BUILDDIR)/doctest/output.txt."
131+
132+
livehtml:
133+
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

requirements/development.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# requirements/development.txt
22
-r common.txt
3+
Sphinx==1.3.1
34
Werkzeug==0.10.4
5+
6+
django-debug-toolbar==1.3.2
47
django-extensions==1.5.5
58
django-rosetta==0.7.6
6-
transifex-client==0.10
7-
django-debug-toolbar==1.3.2
9+
810
ipython==4.0.0
11+
12+
transifex-client==0.10
13+
14+
sphinx-autobuild==0.5.2

0 commit comments

Comments
 (0)