fix: Add missing requirements to doc/requirements.txt for RTD

I872b90e03a8f9e3de3fd717ed340b53f095f01a5 tried to fix a autodoc
issue with RTD but in turn introduced an issue causing RTD doc
publish job to fail; this fixes that.

Change-Id: I53fdcb609f8129f61abf8266e05ff49bfbef18b5
This commit is contained in:
Felipe Monteiro 2018-10-27 14:26:52 -04:00
parent 018162f1ef
commit a2602f3851
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ sphinx_rtd_theme
reno>=2.5.0 # Apache-2.0
plantuml
# NOTE(felipemonteiro): Required by RTD to make oslo.policy and
# oslo.config sample generation work.
oslo.config!=4.3.0,!=4.4.0,>=5.2.0 # Apache-2.0
oslo.policy>=1.33.1 # Apache-2.0