summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorskywalk <1298682+skywalk163@users.noreply.github.com>2023-05-11 12:14:54 +0800
committerGitHub <noreply@github.com>2023-05-11 12:14:54 +0800
commit34afa5c69884bcb8aefcb724b98f9d95c847b341 (patch)
tree10d5157b914eb2122fe512997b801bb2a30b5ba4 /docs
parent0a33c474ffff8c9c82bb373a638b21de41d82d02 (diff)
downloadpyramid-34afa5c69884bcb8aefcb724b98f9d95c847b341.tar.gz
pyramid-34afa5c69884bcb8aefcb724b98f9d95c847b341.tar.bz2
pyramid-34afa5c69884bcb8aefcb724b98f9d95c847b341.zip
Update conf.py
Change URL from '-' to '_' except for https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/. This is because all other URLs have replaced “-” between words in their names with underscore symbols.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1d2daa7de..43bdc6321 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,22 +61,22 @@ extensions = [
# Looks for objects in external projects
intersphinx_mapping = {
'colander': ('https://docs.pylonsproject.org/projects/colander/en/latest/', None),
- 'cookbook': ('https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/', None),
+ 'cookbook': ('https://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/', None),
'deform': ('https://docs.pylonsproject.org/projects/deform/en/latest/', None),
- 'jinja2': ('https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
+ 'jinja2': ('https://docs.pylonsproject.org/projects/pyramid_jinja2/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),
'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),
+ 'tm': ('https://docs.pylonsproject.org/projects/pyramid_tm/en/latest/', None),
+ 'toolbar': ('https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/', None),
'transaction': ('https://transaction.readthedocs.io/en/latest/', None),
- 'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
+ 'tutorials': ('https://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/', None),
'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None),
'webtest': ('https://docs.pylonsproject.org/projects/webtest/en/latest/', None),
'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None),
'zcml': (
- 'https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None),
+ 'https://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/', None),
}