From 91aa2a3d84dc0e08ee25e66f4e6f02351da995f8 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 20 Mar 2024 16:57:10 -0400 Subject: [PATCH] Docs: Python API: Fix builds on buildbot Because sphinx-basic-ng does not have an official release on BYPI, pip could not satisfy the dependency. --- doc/python_api/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 1c3b92f7498..bb5fe241a9d 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -10,3 +10,4 @@ requests==2.31.0 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. furo==2024.1.29 +sphinx-basic-ng==1.0.0b2