From d527a90ac188c3a6961ec022243de02df0260cbb Mon Sep 17 00:00:00 2001 From: Philipp A Date: Mon, 1 Mar 2021 09:35:57 +0100 Subject: [PATCH] Unpin sphinx version Co-authored-by: Isaac Virshup --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cb915ceb6..2ef0aba357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dev = [ 'docutils', ] doc = [ - 'sphinx<3.1, >3', + 'sphinx>=3.2', 'sphinx-rtd-theme>=0.3.1', 'sphinx-autodoc-typehints', 'readthedocs-sphinx-search',