diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 01:06:48 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-27 01:06:48 -0800 |
| commit | 92a275ff4708383d43748441a55abf3a6eec5c43 (patch) | |
| tree | cfd225c23f50664af2a03dcf82c4a7db3f47a030 /docs/conf.py | |
| parent | 2615104ce4ba383a46df3c27ba26cfb86654e116 (diff) | |
| download | pyramid-92a275ff4708383d43748441a55abf3a6eec5c43.tar.gz pyramid-92a275ff4708383d43748441a55abf3a6eec5c43.tar.bz2 pyramid-92a275ff4708383d43748441a55abf3a6eec5c43.zip | |
Remove obsolete intersphinx references
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3b7eb261a..c524bc5d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,23 +66,14 @@ intersphinx_mapping = { 'cookiecutter': ('https://cookiecutter.readthedocs.io/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), '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), '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), 'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/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), - 'zcomponent': ('https://zopecomponent.readthedocs.io/en/latest/', None), - 'zinterface': ('https://zopeinterface.readthedocs.io/en/latest/', None), } |
