1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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.
|