From e260e75498f3595d8b78b43ccf62c0d359ed0101 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sun, 11 Feb 2024 14:07:16 +0100 Subject: [PATCH] fixed sphinx warnings --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e0a2bd1..71de763 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,7 +76,7 @@ release = VERSION # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +#language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -438,7 +438,7 @@ epub_exclude_files = ['search.html'] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} # autodoc config autodoc_member_order = 'bysource' -- 2.39.2