Fix warnings in documentation

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
This commit is contained in:
Martin Chacon Piza 2021-03-31 18:16:46 +02:00
parent dea6f95c15
commit 64d62a54f6
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ 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