ff9c70dbc4
sphinx version upgraded to 5.0 sphinx_rtd_theme version upgraded to 2.0 Depends-On: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c Change-Id: Ib80988f8b11af93fc4e8bd3affa69795470787fc
10 lines
375 B
Plaintext
10 lines
375 B
Plaintext
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
|
# one single requirements file for a project, we need to have one such file
|
|
# which will include all project requirements
|
|
--constraint ../upper-constraints.txt
|
|
-r ../requirements.txt
|
|
-r ../test-requirements.txt
|
|
-r ../extra-requirements.txt
|
|
-r ./requirements.txt
|
|
sphinx_rtd_theme>=2.0 # MIT
|