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 <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-03-30 12:27:39 -05:00 committed by Pete Birley
parent 200b5e902b
commit cf2e776946
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
'openstackdocstheme',
'oslosphinx',
'sphinxcontrib.blockdiag'
]