File: remove-sphinxcontrib.rsvgconverter.patch

package info (click to toggle)
watcher 14.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,636 kB
  • sloc: python: 48,999; xml: 312; sh: 263; makefile: 75
file content (18 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (4)
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']