From cc443a4678298188d4b0a178540118ef3b123291 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 16 Apr 2015 17:25:23 -0400 Subject: - update sphinx makefile - git submodule deinit . - replace git submodule with new pylons-sphinx-themes package. See #1614, #1596 --- docs/Makefile | 6 ++---- docs/_themes | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 160000 docs/_themes (limited to 'docs') 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; diff --git a/docs/_themes b/docs/_themes deleted file mode 160000 index 382cba80f..000000000 --- a/docs/_themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 382cba80fbd6a7424818d17ec63ca520e485f108 -- cgit v1.2.3