Files
test/doc/python_api/requirements.txt
Aaron Carlisle 4deecd97a9 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
2024-11-28 12:53:57 -05:00

17 lines
380 B
Plaintext

sphinx==7.4.7
# Sphinx dependencies that are important
Jinja2==3.1.4
Pygments==2.18.0
docutils==0.21.2
snowballstemmer==2.2.0
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.0.beta2
# Show a copy button (convenience only).
sphinx-copybutton==0.5.2