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

package info (click to toggle)
nova 2%3A32.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,272 kB
  • sloc: python: 418,901; pascal: 1,848; sh: 991; makefile: 163; 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',
 ]