From cf2e776946af3ca8f0930e0fb10e3be1b957ecfa Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 30 Mar 2019 12:27:39 -0500 Subject: [PATCH] Fix OSH-infra docs job Removing and updated docs dependencies to make the docs job work again. Change-Id: I8ebaef2776d4d54c6b60dc6bbbcbb2fe4e49addc Signed-off-by: Tin Lam --- doc/requirements.txt | 3 +-- doc/source/conf.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 6354511f4..e6b14a15d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,5 +3,4 @@ # process, which may cause wedges in the gate later. sphinx>=1.6.2 # BSD sphinxcontrib-blockdiag>=1.1.0 -oslosphinx>=4.7.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index e22473782..067c0b587 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', 'openstackdocstheme', - 'oslosphinx', 'sphinxcontrib.blockdiag' ]