Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Add sphinx-autobuild to requirements_test.txt
Browse files Browse the repository at this point in the history
Run `make livehtml` to auto-rebuild docs and make them available at 127.0.0.1:8000
  • Loading branch information
jameshiew committed Dec 14, 2016
1 parent ddd1113 commit 956ef33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,7 @@ xml:
pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 956ef33

Please sign in to comment.