updated docs for rtd

This commit is contained in:
Blaise Laflamme
2011-11-07 15:44:42 -08:00
parent ac31936a61
commit 164d7dec09
5 changed files with 8 additions and 4 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/Pylons/pylons_sphinx_theme.git

1
docs/.gitignore vendored
View File

@@ -1,2 +1 @@
_build/
_themes/

View File

@@ -25,7 +25,7 @@ help:
clean:
-rm -rf _build/*
html: _themes/
html: _themes
mkdir -p _build/html _build/doctrees
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
@echo
@@ -85,4 +85,4 @@ epub:
@echo "Build finished. The epub file is in _build/epub."
_themes:
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes
cd ..; git submodule update --init; cd docs

1
docs/_themes Submodule

Submodule docs/_themes added at 03e5e5aaae

View File

@@ -93,7 +93,8 @@ pygments_style = 'sphinx'
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'pylons'
html_theme = 'pyramid'
html_theme_options = dict(github_url='https://github.com/Pylons/colander')
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths