Docs: Python API: Fix theme dependency

The upstream dependency was mistakenly changed in
2ce7e89cb7

PR to fix this here: https://github.com/pradyunsg/furo/pull/853
This commit is contained in:
Aaron Carlisle
2024-11-28 12:51:32 -05:00
parent 5e97b5adc2
commit 4deecd97a9

View File

@@ -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