There was an error while loading. Please reload this page.
1 parent 51547cf commit 9e36ce0Copy full SHA for 9e36ce0
1 file changed
docs/conf.py
@@ -32,7 +32,7 @@
32
'sphinx.ext.autodoc',
33
'sphinx.ext.intersphinx',
34
# enable pylons_sphinx_latesturl when this branch is no longer "latest"
35
- # 'pylons_sphinx_latesturl',
+ 'pylons_sphinx_latesturl',
36
]
37
38
intersphinx_mapping = {
@@ -107,7 +107,7 @@
107
# pre-release status: true; else: false.
108
in_progress='false',
109
# On branches previous to "latest": true; else: false.
110
- outdated='false',
+ outdated='true',
111
)
112
113
# The style sheet to use for HTML and HTML Help pages. A file of that name
0 commit comments