diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2018-06-28 15:43:25 +0100 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2018-07-02 11:21:47 +0100 |
commit | a34731dad1df53d9c5102161363a4bef46b62e52 (patch) | |
tree | aeab392d53a549c474a6a9c99b1b7679fff37449 /tox.ini | |
parent | 4ea64cad3fcc4897690bfb2c02d2b06d65db4dcf (diff) | |
download | nova-a34731dad1df53d9c5102161363a4bef46b62e52.tar.gz |
Convert 'placement_api_docs' into a Sphinx extension
This ensures it will get run in the gate.
Change-Id: I923c39d3115b595b8de94e85d2977eb7782d98e2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -182,8 +182,6 @@ description = Generate the Placement API ref. Called from CI scripts to test and publish to developer.openstack.org. deps = {[testenv:docs]deps} commands = - # Check that all placement api routes are in the documentation - python tools/placement_api_docs.py placement-api-ref/source/ rm -rf placement-api-ref/build sphinx-build -W -b html -d placement-api-ref/build/doctrees placement-api-ref/source placement-api-ref/build/html |