Skip to content

Commit

Permalink
New style sphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Apr 29, 2023
1 parent 00ea6ba commit 7991039
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
]

intersphinx_mapping = {
'https://docs.python.org/3/': None,
'https://django.readthedocs.io/en/latest/': None,
'https://docs.pytest.org/en/latest/': None,
'https://sybil.readthedocs.io/en/latest/': None,
'https://zopecomponent.readthedocs.io/en/latest/': None,
'python': ('https://docs.python.org/3/', None),
'django': ('https://django.readthedocs.io/en/latest/', None),
'pytest': ('https://docs.pytest.org/en/latest/', None),
'sybil': ('https://sybil.readthedocs.io/en/latest/', None),
'zope.component': ('https://zopecomponent.readthedocs.io/en/latest/', None),
}

# General
Expand Down

0 comments on commit 7991039

Please sign in to comment.