zeek/auxil/broker/doc/requirements.txt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
292 B
Plaintext

# Python dependencies for building the docs
#
# If we don't pin, RTD installs a really old sphinx_rtd_theme (0.4.3)
# together with a very new Sphinx 7.0.0. The latest sphinx_rtd_theme 1.2.0
# release requires Sphinx < 7.0, however, so pin things down.
Sphinx==6.2.1
sphinx_rtd_theme==1.2.0