diff options
author | Zuul <zuul@review.openstack.org> | 2018-07-23 16:43:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-07-23 16:43:14 +0000 |
commit | bea5084ea814cb8e1b5c92fa7573b78b201b5489 (patch) | |
tree | cc8160a462cd3cd917bb0335f1a859e935213d72 /tox.ini | |
parent | 0ef8296644677d07b31bb30f0c136808a79439dd (diff) | |
parent | 76ec5af8840f047ba65bea62a21e83b99dfc708e (diff) | |
download | heat-bea5084ea814cb8e1b5c92fa7573b78b201b5489.tar.gz |
Merge "Docs: Eliminate warnings in docs generation"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build - sphinx-build -b html doc/source doc/build/html + sphinx-build -W -b html doc/source doc/build/html [testenv:api-ref] basepython = python3 |