We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc5720 commit 15c15f4Copy full SHA for 15c15f4
docs/conf.py
@@ -91,7 +91,10 @@
91
# Add and use Pylons theme
92
html_theme = 'pylons'
93
html_theme_path = pylons_sphinx_themes.get_html_themes_path()
94
-html_theme_options = dict(github_url='http://github.com/Pylons/waitress')
+html_theme_options = dict(
95
+ github_url='http://github.com/Pylons/waitress',
96
+ canonical_url='http://docs.pylonsproject.org/projects/waitress/en/latest/'
97
+)
98
99
# The style sheet to use for HTML and HTML Help pages. A file of that name
100
# must exist either in Sphinx' static/ path, or in one of the custom paths
0 commit comments