diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2017-03-16 16:51:54 +0000 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2017-03-16 16:54:23 +0000 |
commit | 64fe476429bd3e872a701bb6b38012c4a5141f0b (patch) | |
tree | 931d7d6fc44bf567041fe141266d64325a522693 /setup.cfg | |
parent | 2fe0353d0ad7f2afc87cd85c7dd1e1174112807d (diff) | |
download | cliff-64fe476429bd3e872a701bb6b38012c4a5141f0b.tar.gz |
Use Sphinx 1.5 warning-is-error2.5.0
This will ensure doc warnings don't make their way in.
Change-Id: I7ebba63f7d751cfb335cd39c2790250b6aa035dd
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,6 +45,7 @@ cliff.formatter.completion = [build_sphinx] -all_files = 1 +all-files = 1 +warning-is-error = 1 build-dir = doc/build source-dir = doc/source |