Description: Remove skip_warningiserror() call
 This makes the package FTBFS in Stretch.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2018-08-19

Index: python-oslo.config/oslo_config/sphinxext.py
===================================================================
--- python-oslo.config.orig/oslo_config/sphinxext.py
+++ python-oslo.config/oslo_config/sphinxext.py
@@ -323,8 +323,7 @@ class ShowOptionsDirective(rst.Directive
         # descriptions out there and we don't want to break peoples' builds
         # suddenly. As a result, we disable 'warning-is-error' temporarily.
         # Users will still see the warnings but the build will continue.
-        with logging.skip_warningiserror():
-            nested_parse_with_titles(self.state, result, node)
+        nested_parse_with_titles(self.state, result, node)
 
         return node.children
 
