File: remove-sphinxcontrib.rsvgconverter-from-doc.patch

package info (click to toggle)
octavia 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,252 kB
  • sloc: python: 99,849; sh: 2,458; pascal: 450; makefile: 116; ruby: 18
file content (17 lines) | stat: -rw-r--r-- 502 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
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2019-09-30

Index: octavia/doc/source/conf.py
===================================================================
--- octavia.orig/doc/source/conf.py
+++ octavia/doc/source/conf.py
@@ -62,7 +62,6 @@ extensions = [
     'oslo_config.sphinxext',
     'oslo_policy.sphinxpolicygen',
     'sphinxcontrib.apidoc',
-    'sphinxcontrib.rsvgconverter',
 ]
 
 todo_include_todos = True