From a2602f3851a3be2982a19ed98defbcbaa8d9ed18 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Sat, 27 Oct 2018 14:26:52 -0400 Subject: [PATCH] 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 --- doc/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index f9e6b367..bc4ccb9b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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