Skip to content

Commit

Permalink
Merge pull request #1 from koansys/master
Browse files Browse the repository at this point in the history
RTD updates
  • Loading branch information
Reed O'Brien committed Nov 7, 2011
2 parents 7bb2ff5 + a2a7593 commit 9b6b50b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ nosetests.xml
env26/ env26/
dist/ dist/
.tox/ .tox/
docs/_build/
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/Pylons/pylons_sphinx_theme.git
2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Makefile
Expand Up @@ -70,4 +70,4 @@ linkcheck:
"or in _build/linkcheck/output.txt." "or in _build/linkcheck/output.txt."


_themes: _themes:
git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes cd ..; git submodule update --init; cd docs
Binary file removed docs/_static/logo_hi.gif
Binary file not shown.
21 changes: 0 additions & 21 deletions docs/_static/repoze.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/_themes
Submodule _themes added at 03e5e5
7 changes: 6 additions & 1 deletion docs/conf.py
Expand Up @@ -104,6 +104,11 @@
html_theme_path = ['_themes'] html_theme_path = ['_themes']
html_theme = 'pyramid' html_theme = 'pyramid'


html_theme_options = {
'github_url': 'https://github.com/Pylons/pyramid_chameleon_genshi'
}


# 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
# given in html_static_path. # given in html_static_path.
Expand All @@ -130,7 +135,7 @@
# here, relative to this directory. They are copied after the builtin # here, relative to this directory. They are copied after the builtin
# static files, so a file named "default.css" will overwrite the builtin # static files, so a file named "default.css" will overwrite the builtin
# "default.css". # "default.css".
html_static_path = ['_static'] # html_static_path = ['_static']


# If not '', a 'Last updated on:' timestamp is inserted at every page # If not '', a 'Last updated on:' timestamp is inserted at every page
# bottom, using the given strftime format. # bottom, using the given strftime format.
Expand Down
1 change: 1 addition & 0 deletions rtd.txt
@@ -0,0 +1 @@
repoze.sphinx.autointerface

0 comments on commit 9b6b50b

Please sign in to comment.