Skip to content

Commit

Permalink
Updating docs intersphinx to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
anselor committed Jul 28, 2023
1 parent 6e7550d commit 7ee398b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@

# -- Options for Extensions -------------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {
'python 3': ('https://docs.python.org/3/', None),
}

# options for autodoc
autodoc_default_options = {'member-order': 'bysource'}
Expand Down

0 comments on commit 7ee398b

Please sign in to comment.