summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-10-22 12:36:10 -0400
committerGitHub <noreply@github.com>2016-10-22 12:36:10 -0400
commit316a0151f32cf5d99320c403082cd61bdcb2eff7 (patch)
tree03e4ac158414089c0d7873a983b28c367a039141
parentc4e432e7c6be9b0e18630943263ec7105efd656c (diff)
parent54e3ab8f7253b1c69d7c398a45154142a387d6ca (diff)
downloadwaitress-316a0151f32cf5d99320c403082cd61bdcb2eff7.tar.gz
Merge pull request #143 from stevepiercy/master
add canonical_url to Sphinx config
-rw-r--r--docs/conf.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index efaa907..8a1d5da 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -91,7 +91,10 @@ pygments_style = 'sphinx'
# Add and use Pylons theme
html_theme = 'pylons'
html_theme_path = pylons_sphinx_themes.get_html_themes_path()
-html_theme_options = dict(github_url='http://github.com/Pylons/waitress')
+html_theme_options = dict(
+ github_url='http://github.com/Pylons/waitress',
+ canonical_url='http://docs.pylonsproject.org/projects/waitress/en/latest/'
+)
# 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
@@ -180,7 +183,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the
# top of the title page.
-latex_logo = '.static/logo_hi.gif'
+#latex_logo = '.static/logo_hi.gif'
# For "manual" documents, if this is true, then toplevel headings are
# parts, not chapters.