Skip to content

Commit

Permalink
Stop having Sphinx treat warnings as errors
Browse files Browse the repository at this point in the history
Warnings-as-errors breaks our docs gate currently, as the gate is using
an old liberasurecode. Stop treating warnings as errors until the gate
can be updated with a more-recent version.

Related-Change: I3985d027f0ac2119ceaeb4daba5964f937de6cea
Change-Id: I4869ec370f08e338be78d2c0f930106081f21a0a
  • Loading branch information
tipabu committed May 31, 2017
1 parent b9322a2 commit c34ac98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ paste.filter_factory =
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1

[egg_info]
tag_build =
Expand Down

0 comments on commit c34ac98

Please sign in to comment.