File: removed-sphinxcontrib.httpdomain-from-sphinx-ext.patch

package info (click to toggle)
watcher 15.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,204 kB
  • sloc: python: 52,255; xml: 323; sh: 299; makefile: 75
file content (15 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Removed sphinxcontrib.httpdomain from sphinx ext.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-23

--- watcher-6.0.0~rc1.orig/doc/source/conf.py
+++ watcher-6.0.0~rc1/doc/source/conf.py
@@ -32,7 +32,6 @@ sys.path.insert(0, os.path.abspath('./')
 extensions = [
     'oslo_config.sphinxext',
     'sphinx.ext.viewcode',
-    'sphinxcontrib.httpdomain',
     'sphinxcontrib.pecanwsme.rest',
     'stevedore.sphinxext',
     'ext.term',