Skip to content

Commit

Permalink
fixed intersphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Aug 6, 2024
1 parent 9d3bbd6 commit 95400c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,12 @@

autoclass_content = "both"

pyversion = '%d.%d' % sys.version_info[:2]

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {
'python': ('https://docs.python.org/%s' % pyversion, None),
}

# versions of our software
casadistro_version = '3.0'
Expand Down

0 comments on commit 95400c1

Please sign in to comment.