Update Sphinx-related Python packages to their current versions pulled in by "pip install sphinx-rtd-theme" run in a fresh virtual environment.
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
# docutils < 0.19 are required for RHEL 8 and older (but we don't care about these)
|
|
# and by the latest sphinx-rtd-theme (and we care about that one)
|
|
Sphinx==7.2.6
|
|
docutils==0.18.1
|
|
sphinx_rtd_theme==1.3.0
|