]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/conf.py
Releasing 0.9.0
[python-musicpd.git] / doc / source / conf.py
index 886811f3c596e33db0cd1feae63d0985b48469a1..71de7639ed6d388a6a84a44deccfd29e46058d33 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # SPDX-FileCopyrightText: 2018-2021  kaliko <kaliko@azylum.org>
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: LGPL-3.0-or-later
 #
 # Python MPD Module documentation build configuration file, created by
 # sphinx-quickstart on Mon Mar 12 14:37:32 2018.
@@ -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'