chore: update sphinx dependencies

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2023-09-17 00:04:07 +09:00
parent e0b98b5090
commit 7b1310f644
2 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'aqtinstall' project = u'aqtinstall'
copyright = u'2019-2021, Hiroshi Miura' copyright = u'2019-2023, Hiroshi Miura'
author = u'Hiroshi Miura' author = u'Hiroshi Miura'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for

View File

@@ -71,9 +71,9 @@ check = [
"packaging", "packaging",
] ]
docs = [ docs = [
"sphinx>=5.0", "sphinx>=7.0",
"sphinx_rtd_theme", "sphinx_rtd_theme>=1.3",
"sphinx-py3doc-enhanced-theme", "sphinx-py3doc-enhanced-theme>=2.4",
] ]
[project.urls] [project.urls]