tobiko/doc/requirements.txt
Slawek Kaplonski aa7ae679e1 Fix sphinx_rtd_theme in doc requirements
Package sphinx_rtd_theme is constrainted in the global
upper constraints to version 0.5.1 so we need to have at least
the same version in our lower constraints for it.

Change-Id: I1f1b55c614a32ee35388895be240743729db505e
2022-09-07 09:12:40 +00:00

8 lines
326 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
reno>=3.2.0 # Apache-2.0
sphinx>=3.4.2 # BSD
sphinx_rtd_theme>=0.5.1 # MIT