Skip to content

Commit af3be06

Browse files
author
Ashley Scillitoe
committed
Limit sphinx-autodoc-typehints upper bound
1 parent 2683721 commit af3be06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
22
# core dependencies
33
sphinx>=4.2.0, <5.1.0
4-
sphinx-autodoc-typehints>=1.12.0, <2.0.0
4+
sphinx-autodoc-typehints>=1.12.0, <1.19.3 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/259 and 260
55
sphinx-rtd-theme>=1.0.0, <2.0.0
66
sphinxcontrib-apidoc>=0.3.0, <0.4.0
77
sphinxcontrib-bibtex>=2.1.0, <3.0.0

0 commit comments

Comments
 (0)