Fix docs requirements
It was linked to molecule requirements because we were lazy. We don't need to install molecule when generating docs. Change-Id: I108f8b48be09c56c3c74d81780ca1c035a611962 Closes-Bug: #1949211
This commit is contained in:
parent
f6630e9432
commit
546017544e
@ -1 +0,0 @@
|
|||||||
../molecule-requirements.txt
|
|
10
doc/requirements.txt
Normal file
10
doc/requirements.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# this is required for the docs build jobs
|
||||||
|
ansible-core<2.12.0
|
||||||
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||||
|
reno>=3.1.0 # Apache-2.0
|
||||||
|
doc8>=0.8.1 # Apache-2.0
|
||||||
|
bashate>=0.6.0 # Apache-2.0
|
||||||
|
metalsmith>=1.4.0 # Apache-2.0
|
||||||
|
jsonschema # MIT
|
||||||
|
ruamel.yaml
|
@ -15,15 +15,7 @@ testinfra
|
|||||||
netaddr
|
netaddr
|
||||||
jinja2
|
jinja2
|
||||||
|
|
||||||
# this is required for the docs build jobs
|
|
||||||
ansible-core<2.12.0
|
ansible-core<2.12.0
|
||||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
||||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
||||||
reno>=3.1.0 # Apache-2.0
|
|
||||||
doc8>=0.8.1 # Apache-2.0
|
|
||||||
bashate>=0.6.0 # Apache-2.0
|
|
||||||
metalsmith>=1.4.0 # Apache-2.0
|
|
||||||
jsonschema # MIT
|
|
||||||
|
|
||||||
# Upstream requirements from constraints.txt
|
# Upstream requirements from constraints.txt
|
||||||
tripleo-common
|
tripleo-common
|
||||||
|
Loading…
Reference in New Issue
Block a user