From 22ffa341cfd83a95b737b720b7543b32050628d1 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Sun, 24 Jul 2022 19:54:55 +0200 Subject: [PATCH] Pin sphinx to <5.1.0 sphinx-5.1.0 broke our build. Issue raised here: https://github.com/sphinx-doc/sphinx/issues/10701. Pinning for now. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8682d892281..bd10459471e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ requests scikit-build semeio>=1.4.1 setuptools_scm -sphinx +sphinx<5.1.0 sphinx_rtd_theme sphinx-argparse sphinx-autoapi