Skip to content

Commit

Permalink
Use Python 3.11 in intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Jul 8, 2023
1 parent 97fff1d commit 83f3168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'show-inheritance': True,
}
autosummary_generate = True
intersphinx_mapping = {'python': ('https://docs.python.org/3.10', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3.11', None)}

templates_path = ['_templates']

Expand Down

0 comments on commit 83f3168

Please sign in to comment.