File: remove-wsmeext.sphinxext.patch

package info (click to toggle)
aodh 21.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 11,872; sh: 284; makefile: 207
file content (18 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove wsmeext.sphinxext from doc's conf.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/963634
Last-Update: 2020-09-16

Index: aodh/doc/source/conf.py
===================================================================
--- aodh.orig/doc/source/conf.py
+++ aodh/doc/source/conf.py
@@ -49,7 +49,6 @@ sys.path.insert(0, BASE_DIR)
 extensions = [
     'openstackdocstheme',
     'sphinx.ext.autodoc',
-    'wsmeext.sphinxext',
     'sphinx.ext.coverage',
     'sphinx.ext.viewcode',
     'sphinxcontrib.pecanwsme.rest',