From cf1111619c1a9080692e0ae0031682fd2407522c Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Tue, 5 Nov 2019 14:34:06 -0800 Subject: [PATCH] Bump sphinx-autodoc-typehints to 1.10.2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f114201a50..4aa729db9f5 100644 --- a/tox.ini +++ b/tox.ini @@ -106,7 +106,7 @@ commands = deps = sphinx~=2.1 sphinx-rtd-theme~=0.4 - sphinx-autodoc-typehints<=1.9 + sphinx-autodoc-typehints~=1.10.2 changedir = docs