summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-04-16 17:25:23 -0400
committerSteve Piercy <web@stevepiercy.com>2015-04-16 17:25:23 -0400
commitcc443a4678298188d4b0a178540118ef3b123291 (patch)
tree8f9cd99ec0a618460355532e74829418b2aeba5c /docs/Makefile
parent4efbf9e1f222d3714cfdf5cfcf9ead216b18f53a (diff)
downloadpyramid-cc443a4678298188d4b0a178540118ef3b123291.tar.gz
pyramid-cc443a4678298188d4b0a178540118ef3b123291.tar.bz2
pyramid-cc443a4678298188d4b0a178540118ef3b123291.zip
- update sphinx makefile
- git submodule deinit . - replace git submodule with new pylons-sphinx-themes package. See #1614, #1596
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 12dc88bf8..2f83fbe06 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -25,7 +25,7 @@ help:
clean:
-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
@@ -89,5 +89,3 @@ epub:
@echo
@echo "Build finished. The epub file is in _build/epub."
-themes:
- cd ..; git submodule update --init --recursive; cd docs;