diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2012-05-06 19:56:21 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2012-05-06 19:56:21 -0400 |
| commit | eba3b0763cf4fa3aa4b099adb2e10c53c6d99e74 (patch) | |
| tree | ff653da5484455762cffb3c5c9897c69de2dfbd5 /docs/Makefile | |
| parent | 1252ab764fda606003aa23a0e3bfa89ba948e3f1 (diff) | |
| download | pyramid-eba3b0763cf4fa3aa4b099adb2e10c53c6d99e74.tar.gz pyramid-eba3b0763cf4fa3aa4b099adb2e10c53c6d99e74.tar.bz2 pyramid-eba3b0763cf4fa3aa4b099adb2e10c53c6d99e74.zip | |
added sphinx theme as submodule, added rtd hack to update theme
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index bb381fc53..e4a325022 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,7 +25,7 @@ help: clean: -rm -rf _build/* -html: +html: _themes mkdir -p _build/html _build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html @echo @@ -47,7 +47,7 @@ pickle: web: pickle -htmlhelp: +htmlhelp: _themes mkdir -p _build/htmlhelp _build/doctrees $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp @echo @@ -84,3 +84,5 @@ epub: @echo @echo "Build finished. The epub file is in _build/epub." +_themes: + git submodule update --init |
