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. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # 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 # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
@@ -293,7 +293,7 @@ texinfo_documents = [
#-- Options for extlink extension #-- Options for extlink extension
extlinks = {'issue': ('https://github.com/miurahr/aqtinstall/issues/%s', extlinks = {'issue': ('https://github.com/miurahr/aqtinstall/issues/%s',
'issue ')} 'issue %s')}
#-- Options for linkcheck #-- Options for linkcheck
linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+', linkcheck_ignore = [r'https://github.com/miurahr/aqtinstall/compare/.+',

View File

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