tobiko/doc/requirements.txt
Slawek Kaplonski e33a3bc507 Include all project requirements in doc/requirements.txt file
It was removed in [1] but it is needed to properly build documentation
on the readthedocs service.

Also, as requirements-check job is checking doc/requirements.txt file
and has troubles with parsing such included files, this patch proposes
new requirements file only for readthedocs builds. This new file simply
includes all other our requirements files.

[1] https://review.opendev.org/c/x/tobiko/+/769109

Change-Id: I428b23db94c65a6138e3d3039fb28bac24c8ea8b
2021-01-21 12:18:39 +01:00

7 lines
290 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