From eed9676aa722c92572f5805f8ff6041de696d9f2 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 30 May 2022 20:22:04 -0700 Subject: [PATCH] fix: cap sphinx version to avoid bug in 5.0 (#615) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 7d3b783bf8..cc02032d49 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -33,7 +33,7 @@ devel = [ "pytest-mock", "pytest-cov", "pytest-timeout", - "sphinx", + "sphinx<=4.5", "sphinx-rtd-theme", "toml", "typing-extensions"