Skip to content

Commit

Permalink
Docs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 11, 2024
1 parent 8271c68 commit 090a64e
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,26 +183,24 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"http://docs.pylonsproject.org/projects/pyramid/en/latest/": None,
#'https://ntiwref.readthedocs.io/en/latest': None,
'http://docs.python.org/': None,
'http://ntischema.readthedocs.io/en/latest/': None,
'http://ntizodb.readthedocs.io/en/latest/': None,
'http://persistent.readthedocs.io/en/latest': None,
'http://zodb.readthedocs.io/en/latest': None,

'http://zopecomponent.readthedocs.io/en/latest': None,
'http://zopecontainer.readthedocs.io/en/latest': None,
'http://zopedatetime.readthedocs.io/en/latest': None,
'http://zopedublincore.readthedocs.io/en/latest': None,
'http://zopeevent.readthedocs.io/en/latest': None,
'http://zopehookable.readthedocs.io/en/latest': None,
'http://zopeinterface.readthedocs.io/en/latest': None,
'http://zopeintid.readthedocs.io/en/latest/': None,
'http://zopemimetype.readthedocs.io/en/latest/': None,
'http://zopeproxy.readthedocs.io/en/latest': None,
'http://zopeschema.readthedocs.io/en/latest/': None,
'http://zopelifecycleevent.readthedocs.io/en/latest/': None,
'a': ('http://docs.pylonsproject.org/projects/pyramid/en/latest/', None),
'b': ('http://docs.python.org/', None),
'c': ('http://ntischema.readthedocs.io/en/latest/', None),
'd': ('http://ntizodb.readthedocs.io/en/latest/', None),
'e': ('http://persistent.readthedocs.io/en/latest', None),
'f': ('http://zodb.readthedocs.io/en/latest', None),
'g': ('http://zopecomponent.readthedocs.io/en/latest', None),
'h': ('http://zopecontainer.readthedocs.io/en/latest', None),
'i': ('http://zopedatetime.readthedocs.io/en/latest', None),
'j': ('http://zopedublincore.readthedocs.io/en/latest', None),
'k': ('http://zopeevent.readthedocs.io/en/latest', None),
'l': ('http://zopehookable.readthedocs.io/en/latest', None),
'm': ('http://zopeinterface.readthedocs.io/en/latest', None),
'n': ('http://zopeintid.readthedocs.io/en/latest/', None),
'o': ('http://zopemimetype.readthedocs.io/en/latest/', None),
'p': ('http://zopeproxy.readthedocs.io/en/latest', None),
'q': ('http://zopeschema.readthedocs.io/en/latest/', None),
'r': ('http://zopelifecycleevent.readthedocs.io/en/latest/', None)
}

extlinks = {
Expand Down

0 comments on commit 090a64e

Please sign in to comment.