Merge pull request #524 from miurahr/topic/miurahr/docs/sphix-conf-language

Bump Sphinx@5.0 and fix related issues
This commit is contained in:
Hiroshi Miura
2022-06-02 08:09:27 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ version = '.'.join(release.split('.')[:2])
#
# 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 = "en"
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ -293,7 +293,7 @@ texinfo_documents = [
#-- Options for extlink extension
extlinks = {'issue': ('https://github.com/miurahr/aqtinstall/issues/%s',
'issue ')}
'issue %s')}
#-- Options for linkcheck
linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+',

View File

@@ -61,7 +61,7 @@ check = [
"packaging",
]
docs = [
"sphinx>=2.3",
"sphinx>=5.0",
"sphinx_rtd_theme",
"sphinx-py3doc-enhanced-theme",
]