File: disable_sphinxcontrib_rsvgconverter.patch

package info (click to toggle)
swift 2.36.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,024 kB
  • sloc: python: 286,182; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (19 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable sphinxcontrib.rsvgconverter extension
Author: Ondřej Nový <novy@ondrej.org>
Forwarded: not-needed
Last-Update: 2020-02-12

Index: swift/doc/source/conf.py
===================================================================
--- swift.orig/doc/source/conf.py
+++ swift/doc/source/conf.py
@@ -54,8 +54,7 @@ extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.todo',
               'sphinx.ext.coverage',
               'sphinx.ext.ifconfig',
-              'openstackdocstheme',
-              'sphinxcontrib.rsvgconverter']
+              'openstackdocstheme']
 todo_include_todos = True
 
 # Add any paths that contain templates here, relative to this directory.