This change defaults the warning-as-error to True:
https://review.openstack.org/#/c/559348/
Which is causing our documentation jobs to fail locally and in the
gate/check queues.
This commit fixes both issues that are causing failures so that
we can get the doc jobs passing again.
Change-Id: I5dd71b6c69b975f8dd922aa3cab9d027f535f422
(cherry picked from commit 64d62a54f6)
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# documentation
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
SQLAlchemy>=1.3.0 # MIT
|