From b05c7e96b7d2a8a7d9d29f94742d9952f3c74ce1 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 9 Aug 2025 19:06:34 -0400 Subject: [PATCH] PyDocs: Update Sphinx / Theme --- doc/python_api/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt index 46ef0561365..aa69b90b5c0 100644 --- a/doc/python_api/requirements.txt +++ b/doc/python_api/requirements.txt @@ -1,15 +1,15 @@ -sphinx==7.4.7 +sphinx==8.2.3 # Sphinx dependencies that are important -Jinja2==3.1.4 -Pygments==2.18.0 +Jinja2==3.1.6 +Pygments==2.19.2 docutils==0.21.2 -snowballstemmer==2.2.0 -requests==2.32.3 +snowballstemmer==3.0.1 +requests==2.32.4 # Only needed to match the theme used for the official documentation. # Without this theme, the default theme will be used. -furo==2024.8.6 +furo==2025.7.19 sphinx-basic-ng==1.0.0b2 # Show a copy button (convenience only).