From b3148157b77cff282ddc7ec98f9b66caeceacdcf Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 13 Apr 2021 11:11:50 -0700 Subject: [PATCH] no longer pin sphinx --- docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 2ce3b654c84..5a5e91059fd 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,6 +1,6 @@ sphinx~=2.4 sphinx-rtd-theme~=0.4 -sphinx-autodoc-typehints~=1.10.2 +sphinx-autodoc-typehints # Need to install the api/sdk in the venv for autodoc. Modifying sys.path # doesn't work for pkg_resources.