From 13cfe0af36b632404c903f5a66f1ca1254e08ae6 Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:55:02 +0200 Subject: [PATCH] Pin sphinx_rtd_theme to >1 (#2825) Earlier versions are incompatible with sphinx>7 --- requirements.docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.docs.txt b/requirements.docs.txt index 67493140..1a71f097 100644 --- a/requirements.docs.txt +++ b/requirements.docs.txt @@ -1,5 +1,5 @@ sphinx>=4 -sphinx_rtd_theme +sphinx_rtd_theme>1 sphinxcontrib-apidoc sphinx-github-style pyyaml