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