c24dd0c244
This package was removed from the OpenStack requirements with [1] so keeping it in the doc/requirements.txt file is causing failure in the requirements-check job. As we want to use this theme to build our docs, lets keep it in the readthedocs_requirements.txt file which isn't checked by the requirements-check job at all. This patch also changes docs and releasenotes configs in the way that it will fallback to one of the default themes provided by sphinx. Finally it makes some additional changes to the releasenotes conf.py file to make build of the releasenotes working fine. [1] https://review.opendev.org/c/openstack/requirements/+/893665 Change-Id: Iff03b8596a9e772940fd959efa7cbf80a68e9eab
10 lines
377 B
Plaintext
10 lines
377 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>=0.5.1 # MIT
|