diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-11-27 12:33:27 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-11-27 12:33:27 -0500 |
| commit | d0a25788fca2d2ebbf008658401e0d64ae232a8d (patch) | |
| tree | 0a9247235a7e6331d6d3368324b56c96914a690f /docs/Makefile | |
| parent | e0a909b3782133519b1874651d69bf70d8f3a5ec (diff) | |
| download | pyramid-d0a25788fca2d2ebbf008658401e0d64ae232a8d.tar.gz pyramid-d0a25788fca2d2ebbf008658401e0d64ae232a8d.tar.bz2 pyramid-d0a25788fca2d2ebbf008658401e0d64ae232a8d.zip | |
updated doc theme workflow
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile index 373d549af..bb381fc53 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -23,9 +23,9 @@ help: @echo " linkcheck to check all external links for integrity" clean: - -rm -rf _build/* _themes + -rm -rf _build/* -html: _themes +html: mkdir -p _build/html _build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html @echo @@ -47,7 +47,7 @@ pickle: web: pickle -htmlhelp: _themes +htmlhelp: mkdir -p _build/htmlhelp _build/doctrees $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp @echo @@ -84,5 +84,3 @@ epub: @echo @echo "Build finished. The epub file is in _build/epub." -_themes: - cd ..; git submodule update --init; cd docs |
