Skip to content

Commit d7488a1

Browse files
committed
Pin sphinx for docs
can't find it in read the docs, I presume this is because it's using py3.7
1 parent e136c32 commit d7488a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = [
5454
]
5555
docs = [
5656
"furo",
57-
"sphinx"
57+
"sphinx==5.3.0"
5858
]
5959

6060
[tool.hatch.envs.default]

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ furo==2023.3.27
88
imagesize==1.4.1
99
requests==2.30.0
1010
snowballstemmer==2.2.0
11-
Sphinx==6.2.1
11+
Sphinx==5.3.0
1212
sphinx-basic-ng==1.0.0b1
1313
sphinxcontrib-applehelp==1.0.4
1414
sphinxcontrib-devhelp==1.0.2

0 commit comments

Comments
 (0)