Bump sphinx@5.0

Update conf.py for the fix.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2022-06-01 16:14:40 +09:00
parent cea2c06240
commit ce1c15bffb
2 changed files with 2 additions and 2 deletions

View File

@@ -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",
] ]