From 56af6c02305488f23b104feeb6ef3e148b1a522e Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 28 Dec 2019 23:30:51 +0900 Subject: [PATCH] Add requirements.txt to docs reqs magnum-ui doc generated the module reference, so requirements.txt should be here to apply upper-constraints. Change-Id: I12a57a5d8a59dbc958512641a1ef49fee5c81152 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 9a5c8dff..64fb1175 100644 --- a/tox.ini +++ b/tox.ini @@ -82,6 +82,9 @@ commands = [testenv:docs] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + # magnum-ui doc generated the module reference, + # so requirements.txt should be here to apply upper-constraints. + -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands= sphinx-build -W -b html doc/source doc/build/html