mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +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.
|
||||
# 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/.+',
|
||||
|
||||
@@ -61,7 +61,7 @@ check = [
|
||||
"packaging",
|
||||
]
|
||||
docs = [
|
||||
"sphinx>=2.3",
|
||||
"sphinx>=5.0",
|
||||
"sphinx_rtd_theme",
|
||||
"sphinx-py3doc-enhanced-theme",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user