summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-11-26 17:10:21 -0600
committerGitHub <noreply@github.com>2018-11-26 17:10:21 -0600
commit587fe72fae0efda3a860d37a1ea2449a41dab622 (patch)
treead938e23efd1be67821ddfb710748e746c92c420 /docs/conf.py
parenteea97ca673a53f8aa039a78e61833f78d5d59583 (diff)
parent81171e861d25d394c0ccb8a6139a9b89dc4f039c (diff)
downloadpyramid-587fe72fae0efda3a860d37a1ea2449a41dab622.tar.gz
pyramid-587fe72fae0efda3a860d37a1ea2449a41dab622.tar.bz2
pyramid-587fe72fae0efda3a860d37a1ea2449a41dab622.zip
Merge pull request #3421 from mmerickel/drop-py2
remove py2 from the codebase
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 15cffb1eb..3b7eb261a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,26 +61,26 @@ extensions = [
# Looks for objects in external projects
intersphinx_mapping = {
- 'colander': ('https://docs.pylonsproject.org/projects/colander/en/latest', None),
+ 'colander': ('https://docs.pylonsproject.org/projects/colander/en/latest/', None),
'cookbook': ('https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/', None),
'cookiecutter': ('https://cookiecutter.readthedocs.io/en/latest/', None),
- 'deform': ('https://docs.pylonsproject.org/projects/deform/en/latest', None),
+ 'deform': ('https://docs.pylonsproject.org/projects/deform/en/latest/', None),
'jinja2': ('https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
'plaster': ('https://docs.pylonsproject.org/projects/plaster/en/latest/', None),
'pylonswebframework': ('https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None),
- 'python': ('https://docs.python.org/3', None),
+ 'python': ('https://docs.python.org/3/', None),
'pytest': ('https://docs.pytest.org/en/latest/', None),
- 'sphinx': ('http://www.sphinx-doc.org/en/latest', None),
- 'sqla': ('https://docs.sqlalchemy.org/en/latest', None),
+ 'sphinx': ('http://www.sphinx-doc.org/en/latest/', None),
+ 'sqla': ('https://docs.sqlalchemy.org/en/latest/', None),
'tm': ('https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/', None),
- 'toolbar': ('https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest', None),
- 'tstring': ('https://docs.pylonsproject.org/projects/translationstring/en/latest', None),
+ 'toolbar': ('https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/', None),
+ 'tstring': ('https://docs.pylonsproject.org/projects/translationstring/en/latest/', None),
'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
- 'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest', None),
+ 'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None),
'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None),
'webtest': ('https://docs.pylonsproject.org/projects/webtest/en/latest/', None),
- 'who': ('https://repozewho.readthedocs.io/en/latest', None),
- 'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None),
+ 'who': ('https://repozewho.readthedocs.io/en/latest/', None),
+ 'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None),
'zcomponent': ('https://zopecomponent.readthedocs.io/en/latest/', None),
'zinterface': ('https://zopeinterface.readthedocs.io/en/latest/', None),
}