From 7b1310f644dd5568a107e2fd2bb5e6fed29b2f7c Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 17 Sep 2023 00:04:07 +0900 Subject: [PATCH] chore: update sphinx dependencies Signed-off-by: Hiroshi Miura --- docs/conf.py | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1acd7a8..f2bea7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General information about the project. project = u'aqtinstall' -copyright = u'2019-2021, Hiroshi Miura' +copyright = u'2019-2023, Hiroshi Miura' author = u'Hiroshi Miura' # The version info for the project you're documenting, acts as replacement for diff --git a/pyproject.toml b/pyproject.toml index c3af771..858ca2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,9 +71,9 @@ check = [ "packaging", ] docs = [ - "sphinx>=5.0", - "sphinx_rtd_theme", - "sphinx-py3doc-enhanced-theme", + "sphinx>=7.0", + "sphinx_rtd_theme>=1.3", + "sphinx-py3doc-enhanced-theme>=2.4", ] [project.urls]