mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
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:
@@ -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/.+',
|
||||||
|
|||||||
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user