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

package info (click to toggle)
tempest 1%3A45.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,876 kB
  • sloc: python: 86,749; sh: 174; makefile: 59
file content (17 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
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: not-needed
Last-Update: 2019-10-08

Index: tempest/doc/source/conf.py
===================================================================
--- tempest.orig/doc/source/conf.py
+++ tempest/doc/source/conf.py
@@ -57,7 +57,6 @@ sys.path.insert(0, os.path.abspath('../.
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.todo',
               'sphinx.ext.viewcode',
-              'sphinxcontrib.rsvgconverter',
               'openstackdocstheme',
               'oslo_config.sphinxconfiggen',
              ]