diff options
author | Zane Bitter <zbitter@redhat.com> | 2018-03-15 14:30:28 -0400 |
---|---|---|
committer | Zane Bitter <zbitter@redhat.com> | 2018-06-21 16:38:47 -0400 |
commit | 76ec5af8840f047ba65bea62a21e83b99dfc708e (patch) | |
tree | 8d9a6610cc1a1f67cf2f51135581d946f824327a /tox.ini | |
parent | a4a6a008091b524adaa922c9dca92d33349a7c74 (diff) | |
download | heat-76ec5af8840f047ba65bea62a21e83b99dfc708e.tar.gz |
Docs: Eliminate warnings in docs generation
Fix all of the existing sphinx warnings, and treat warnings as errors in
future.
Change-Id: I084ef65da1002c47c7d05a68d6f0268b89a36a7a
Depends-On: https://review.openstack.org/553639
Depends-On: https://review.openstack.org/559348
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ commands = 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] # This environment is called from CI scripts to test and publish |