From 0a19c5e3d745327c71d0419b4f07d58a0be79f75 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 23 Oct 2023 01:04:16 +0200
Subject: [PATCH] doc: Bump sphinx-rtd-theme to version 2
The notfound plugin (404 page) does not seem to work with older versions
of the theme.
---
doc/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 43dddfba..d7dc4cb5 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,6 +2,6 @@
# locally works as long as sphinx is installed.
# For local development, you may want to install some of these though.
sphinx~=7.2.6
-sphinx-rtd-theme~=1.3.0
+sphinx-rtd-theme~=2.0.0rc2
sphinx-notfound-page~=1.0.0
readthedocs-sphinx-search~=0.3.1