From: Kaliko Jack Date: Sun, 11 Feb 2024 13:07:16 +0000 (+0100) Subject: fixed sphinx warnings X-Git-Tag: v0.9.0~6 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=e260e75498f3595d8b78b43ccf62c0d359ed0101;p=python-musicpd.git fixed sphinx warnings --- 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'