PyDocs: Update Sphinx / Theme

This commit is contained in:
Aaron Carlisle
2025-08-09 19:06:34 -04:00
parent 9188ce10e7
commit b05c7e96b7

View File

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