diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 21:12:36 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 21:38:55 -0500 |
| commit | 7b024bbcde8beabaf1144d9cef38f685e4e73a74 (patch) | |
| tree | 0b05eeec5c1f0a44573aa53ef35b769d61cd2a4e /docs/conf.py | |
| parent | a8b10ea3cb18143bb995a7637fc381c702c92d00 (diff) | |
| download | pyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.tar.gz pyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.tar.bz2 pyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.zip | |
prep 1.10a1
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6e3d41240..229e053ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ intersphinx_mapping = { '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': ('http://docs.sqlalchemy.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), @@ -79,10 +79,10 @@ intersphinx_mapping = { 'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest', None), 'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None), 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), - 'who': ('http://repozewho.readthedocs.io/en/latest', None), + 'who': ('https://repozewho.readthedocs.io/en/latest', None), 'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None), - 'zcomponent': ('http://zopecomponent.readthedocs.io/en/latest/', None), - 'zinterface': ('http://zopeinterface.readthedocs.io/en/latest/', None), + 'zcomponent': ('https://zopecomponent.readthedocs.io/en/latest/', None), + 'zinterface': ('https://zopeinterface.readthedocs.io/en/latest/', None), } |
