File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ openstackdocstheme >= 1.17.0 # Apache-2.0
2+ reno >= 2.5.0 # Apache-2.0
3+ sphinx >= 1.6.2 # BSD
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ coverage!=4.4,>=4.0 # Apache-2.0
77fixtures>=3.0.0 # Apache-2.0/BSD
88flake8-import-order==0.13 # LGPLv3
99mock>=2.0.0 # BSD
10- openstackdocstheme>=1.17.0 # Apache-2.0
1110oslotest>=1.10.0 # Apache-2.0
12- reno>=2.5.0 # Apache-2.0
1311requests>=2.14.2 # Apache-2.0
1412requests-mock>=1.1.0 # Apache-2.0
15- sphinx>=1.6.2 # BSD
1613stevedore>=1.20.0 # Apache-2.0
1714os-client-config>=1.28.0 # Apache-2.0
1815stestr>=1.0.0 # Apache-2.0
Original file line number Diff line number Diff line change @@ -105,10 +105,20 @@ commands =
105105 oslo_debug_helper -t openstackclient/tests {posargs}
106106
107107[testenv:docs]
108- commands = python setup.py build_sphinx
108+ deps =
109+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
110+ -r{toxinidir}/requirements.txt
111+ -r{toxinidir}/doc/requirements.txt
112+ commands =
113+ sphinx-build -b html doc/source doc/build/html
109114
110115[testenv:releasenotes]
111- commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
116+ deps =
117+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
118+ -r{toxinidir}/requirements.txt
119+ -r{toxinidir}/doc/requirements.txt
120+ commands =
121+ sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
112122
113123[flake8]
114124show-source = True
You can’t perform that action at this time.
0 commit comments