Mercurial > hgrepos > Python > libs > ConfigMix
changeset 773:0c3507865bca
FIX: Make the "intersphinx_mapping" compatible to Sphinx 8.
Also tested with Sphinx 5.3: works also!
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 20:14:55 +0200 |
| parents | 4c44b64e32cd |
| children | 2031d03606fd |
| files | docs/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Wed May 13 20:13:39 2026 +0200 +++ b/docs/conf.py Wed May 13 20:14:55 2026 +0200 @@ -197,7 +197,7 @@ # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/', None)} # -- Options for todo extension ----------------------------------------------
