Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
docs(conf): use already defined python_version variable (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Mar 11, 2024
1 parent 15c6c8f commit 37ec75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
python_version = f'{sys.version_info.major}.{sys.version_info.minor}'

intersphinx_mapping = {
'python': (f'https://docs.python.org/{sys.version_info.major}.{sys.version_info.minor}', None),
'python': (f'https://docs.python.org/{python_version}', None),
'xbmc': ('https://romanvm.github.io/Kodistubs', None),
}

Expand Down

0 comments on commit 37ec75f

Please sign in to comment.