Skip to content

Commit f451f48

Browse files
committed
try again to fix sphinx
1 parent 721028c commit f451f48

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Required by Read the Docs.
2-
sphinx==3.2.1
3-
sphinx_autodoc_typehints==1.7.0
2+
sphinx>=3,<4
3+
sphinx_autodoc_typehints>=1.7,<2
4+
jinja2>=3.0,<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ commands =
5151
basepython = python3.9
5252
deps =
5353
{[testenv]deps}
54-
sphinx>=4,<5
54+
sphinx>=3,<4
5555
sphinx_autodoc_typehints>=1.7,<2
5656
jinja2>=3.0,<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291
5757
changedir = docs

0 commit comments

Comments
 (0)