Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I2d296e2001912928f1d3380a3b1a8c9e365c324e
This commit is contained in:
zhulingjie 2019-04-23 17:06:14 +08:00
parent 8af8ae94f1
commit c1c43bb1c4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ commands = {posargs}
[testenv:docs]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
commands = sphinx-build -W -E -b html -d doc/build/doctrees doc/source doc/build/html