From d0d936b7609943416338ed7531697de7c79bfcc7 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 28 Nov 2024 14:11:57 -0500 Subject: [PATCH] Revert "Docs: Python API: Fix theme dependency" This reverts commit 4deecd97a9bef68c12ece3fcbd31eadce3008874. --- doc/python_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 34da0325c35..46ef0561365 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -10,7 +10,7 @@ requests==2.32.3 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. furo==2024.8.6 -sphinx-basic-ng==1.0.0.beta2 +sphinx-basic-ng==1.0.0b2 # Show a copy button (convenience only). sphinx-copybutton==0.5.2