Description: Disable sphinxcontrib.rsvgconverter extension
Author: Ondřej Nový <novy@ondrej.org>
Forwarded: not-needed
Last-Update: 2020-02-12

Index: swift/doc/source/conf.py
===================================================================
--- swift.orig/doc/source/conf.py
+++ swift/doc/source/conf.py
@@ -54,8 +54,7 @@ extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.todo',
               'sphinx.ext.coverage',
               'sphinx.ext.ifconfig',
-              'openstackdocstheme',
-              'sphinxcontrib.rsvgconverter']
+              'openstackdocstheme']
 todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.
