Skip to content

Commit

Permalink
Fix Sphinx conf to support version 8+. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Jul 31, 2024
1 parent 37de8bd commit 6d47851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@
autodoc_member_order = 'bysource'

intersphinx_mapping = {
'https://docs.python.org/': None,
'http://www.zodb.org/en/latest/': None,
'python': ('https://docs.python.org/', None),
'zodb': ('http://www.zodb.org/en/latest/', None),
}

0 comments on commit 6d47851

Please sign in to comment.