The doc/arm/requirements.txt file is the single source of truth when it comes to Sphinx tools versions used to build documentation via util/release-tarball-comparison.sh.
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==6.2.1
|
|
docutils==0.18.1
|
|
sphinx_rtd_theme==1.2.2
|