From a4e6869bdd0269253c621b95d8dd2aa5cacfb24f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Wed, 10 Jan 2024 16:39:52 +0100 Subject: [PATCH] doc/requirements.txt: add sphinx_rtd_theme This should fix the ReadTheDocs build --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 3da3c237c..2990a45bf 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ Sphinx>=3.0.0 breathe +sphinx_rtd_theme -- 2.47.2