From 3c3112e1ea10707620fa2102c89fac91cc3c7495 Mon Sep 17 00:00:00 2001 From: Matej Matuska Date: Wed, 17 Jul 2024 16:02:39 +0200 Subject: [PATCH 16/23] docs: Pin sphinx-rtd-theme version fixing build error Previously the 0.4.3 version was correctly used. There are still some warnings during build, but those were also present previously (verified by checking old RTD build). --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 96e66ba..54d5ba1 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,6 +2,6 @@ CommonMark==0.7.5 sphinx>=1.5,<1.6 -sphinx_rtd_theme +sphinx_rtd_theme==0.4.3 sphinx-autobuild git+https://github.com/leapp-to/recommonmark.git@master -- 2.42.0