updated docs for rtd
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "docs/_themes"]
|
||||||
|
path = docs/_themes
|
||||||
|
url = git://github.com/Pylons/pylons_sphinx_theme.git
|
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@@ -1,2 +1 @@
|
|||||||
_build/
|
_build/
|
||||||
_themes/
|
|
||||||
|
@@ -25,7 +25,7 @@ help:
|
|||||||
clean:
|
clean:
|
||||||
-rm -rf _build/*
|
-rm -rf _build/*
|
||||||
|
|
||||||
html: _themes/
|
html: _themes
|
||||||
mkdir -p _build/html _build/doctrees
|
mkdir -p _build/html _build/doctrees
|
||||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
|
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
|
||||||
@echo
|
@echo
|
||||||
@@ -85,4 +85,4 @@ epub:
|
|||||||
@echo "Build finished. The epub file is in _build/epub."
|
@echo "Build finished. The epub file is in _build/epub."
|
||||||
|
|
||||||
_themes:
|
_themes:
|
||||||
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes
|
cd ..; git submodule update --init; cd docs
|
||||||
|
1
docs/_themes
Submodule
1
docs/_themes
Submodule
Submodule docs/_themes added at 03e5e5aaae
@@ -93,7 +93,8 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
sys.path.append(os.path.abspath('_themes'))
|
sys.path.append(os.path.abspath('_themes'))
|
||||||
html_theme_path = ['_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
|
# 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
|
# must exist either in Sphinx' static/ path, or in one of the custom paths
|
||||||
|
Reference in New Issue
Block a user