Skip to content

Commit 7ce5471

Browse files
authored
Update theme deps (#108)
1 parent bd89e44 commit 7ce5471

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = '>=3.9'
2121
dependencies = [
22-
'sphinx>=3.0',
22+
'sphinx>=7.0',
2323
'get-annotations; python_version < "3.10"',
2424
]
2525

@@ -39,8 +39,7 @@ doc = [
3939
]
4040
typehints = ['sphinx-autodoc-typehints>=1.15.2']
4141
theme = [
42-
'sphinx-book-theme>=1.0.1',
43-
'docutils>=0.8,!=0.18.*,!=0.19.*',
42+
'sphinx-book-theme>=1.1.0rc1',
4443
]
4544

4645
[project.entry-points.'sphinx.html_themes']

0 commit comments

Comments
 (0)