Skip to content

Commit

Permalink
Update docs config to Sphinx >=8.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 5, 2024
1 parent 42ce14f commit 8577451
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
6.2 (unreleased)
================

- Update docs config to ``Sphinx >=8``.

6.1 (2024-09-18)
================
Expand Down
32 changes: 24 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,30 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'https://docs.python.org/3/': None,
'https://zodb.org/en/latest/': None,
'https://persistent.readthedocs.io/en/latest/': None,
'https://zopesize.readthedocs.io/en/latest/': None,
'https://zopesite.readthedocs.io/en/latest/': None,
'https://zopefilerepresentation.readthedocs.io/en/latest/': None,
'https://zopelifecycleevent.readthedocs.io/en/latest/': None,
'https://zopeinterface.readthedocs.io/en/latest/': None,
'python': (
'https://docs.python.org/3/',
None),
'zodb': (
'https://zodb.org/en/latest/',
None),
'persistent': (
'https://persistent.readthedocs.io/en/latest/',
None),
'zopesize': (
'https://zopesize.readthedocs.io/en/latest/',
None),
'zopesite': (
'https://zopesite.readthedocs.io/en/latest/',
None),
'zopefilerepresentation': (
'https://zopefilerepresentation.readthedocs.io/en/latest/',
None),
'zopelifecycleevent': (
'https://zopelifecycleevent.readthedocs.io/en/latest/',
None),
'zopeinterface': (
'https://zopeinterface.readthedocs.io/en/latest/',
None),
}

extlinks = {
Expand Down

0 comments on commit 8577451

Please sign in to comment.