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:
parent
200b5e902b
commit
cf2e776946
@ -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
|
||||
|
@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'openstackdocstheme',
|
||||
'oslosphinx',
|
||||
'sphinxcontrib.blockdiag'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user