From 4deecd97a9bef68c12ece3fcbd31eadce3008874 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 28 Nov 2024 12:51:32 -0500 Subject: [PATCH] Docs: Python API: Fix theme dependency The upstream dependency was mistakenly changed in https://github.com/pradyunsg/furo/commit/2ce7e89cb799bcb1312b711b17fca90d2979fa21 PR to fix this here: https://github.com/pradyunsg/furo/pull/853 --- 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 46ef0561365..34da0325c35 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.0b2 +sphinx-basic-ng==1.0.0.beta2 # Show a copy button (convenience only). sphinx-copybutton==0.5.2