Add single-file HTML builder. Closes #151.

This commit is contained in:
Georg Brandl
2010-01-17 16:48:02 +01:00
parent f3fc36b9f0
commit 744a519c92
8 changed files with 343 additions and 177 deletions

View File

@@ -37,6 +37,11 @@ dirhtml:
@echo
@echo "Build finished. The HTML pages are in _build/dirhtml."
singlehtml:
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) _build/singlehtml
@echo
@echo "Build finished. The HTML page is in _build/singlehtml."
text:
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text
@echo