File: remove-svg-converter-from-doc-conf.py.patch

package info (click to toggle)
nova 2%3A31.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,892 kB
  • sloc: python: 412,488; pascal: 1,845; sh: 992; makefile: 166; xml: 83
file content (17 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove sphinxcontrib.rsvgconverter from doc conf.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2019-09-28

Index: nova/doc/source/conf.py
===================================================================
--- nova.orig/doc/source/conf.py
+++ nova/doc/source/conf.py
@@ -42,7 +42,6 @@
     'ext.versioned_notifications',
     'ext.feature_matrix',
     'ext.extra_specs',
-    'sphinxcontrib.rsvgconverter',
 ]