Skip to content

Commit

Permalink
Follow the new PTI for document build
Browse files Browse the repository at this point in the history
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: Idfb3333db8ea12c37f313ec325cd03de04be71e4
  • Loading branch information
zhongshengping committed Feb 28, 2018
1 parent 205983a commit 4aa494c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ envlist = releasenotes
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}

[testenv:releasenotes]
deps = -r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 comments on commit 4aa494c

Please sign in to comment.