mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename pickle builder target.
This commit is contained in:
parent
8057b0f80e
commit
aa9ba35f23
@ -29,12 +29,12 @@ html:
|
|||||||
@echo
|
@echo
|
||||||
@echo "Build finished. The HTML pages are in _build/html."
|
@echo "Build finished. The HTML pages are in _build/html."
|
||||||
|
|
||||||
web:
|
pickle:
|
||||||
mkdir -p _build/web _build/doctrees
|
mkdir -p _build/pickle _build/doctrees
|
||||||
$(SPHINXBUILD) -b web $(ALLSPHINXOPTS) _build/web
|
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished; now you can run"
|
@echo "Build finished; now you can run"
|
||||||
@echo " python -m sphinx.web _build/web"
|
@echo " python -m sphinx.web _build/pickle"
|
||||||
@echo "to start the server."
|
@echo "to start the server."
|
||||||
|
|
||||||
htmlhelp:
|
htmlhelp:
|
||||||
|
Loading…
Reference in New Issue
Block a user