Skip to content

Commit 6339bbf

Browse files
committed
undo canonical_url theme option because RTD has it already configured
- Where is this configured? No idea. See Pylons#143
1 parent 54e3ab8 commit 6339bbf

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@
9191
# Add and use Pylons theme
9292
html_theme = 'pylons'
9393
html_theme_path = pylons_sphinx_themes.get_html_themes_path()
94-
html_theme_options = dict(
95-
github_url='http://github.com/Pylons/waitress',
96-
canonical_url='http://docs.pylonsproject.org/projects/waitress/en/latest/'
97-
)
94+
html_theme_options = dict(github_url='http://github.com/Pylons/waitress')
9895

9996
# The style sheet to use for HTML and HTML Help pages. A file of that name
10097
# must exist either in Sphinx' static/ path, or in one of the custom paths

rtd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx >= 1.2.3
1+
Sphinx >= 1.3.1
22
repoze.sphinx.autointerface
33
pylons-sphinx-themes

0 commit comments

Comments
 (0)