Skip to content

Commit 998621b

Browse files
committed
doc: Pin doc dependencies version readthedocs/readthedocs.org#10670
1 parent b7fcb7b commit 998621b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ dev = [
4747
]
4848
test = ["pytest"]
4949
doc = [
50-
"sphinx>=7",
51-
"sphinx_rtd_theme"
50+
"sphinx==7.1.2",
51+
"sphinx_rtd_theme==1.3.0",
52+
"Jinja2==3.1.2",
5253
]
5354

5455
[project.urls]

0 commit comments

Comments
 (0)