1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Remove sphinxcontrib.rsvgconverter
This isn't packaged in Debian.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2019-10-02
Index: watcher/doc/source/conf.py
===================================================================
--- watcher.orig/doc/source/conf.py
+++ watcher/doc/source/conf.py
@@ -40,7 +40,6 @@ extensions = [
'oslo_config.sphinxconfiggen',
'openstackdocstheme',
'sphinx.ext.napoleon',
- 'sphinxcontrib.rsvgconverter',
]
wsme_protocols = ['restjson']
|