X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;fp=doc%2Fsource%2Fconf.py;h=71de7639ed6d388a6a84a44deccfd29e46058d33;hp=e0a2bd17c953cc77b40f2c78a23009201f61c180;hb=e260e75498f3595d8b78b43ccf62c0d359ed0101;hpb=31cd41780977d5246559a7dead3eea77520f9deb 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'