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

package info (click to toggle)
watcher 15.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,216 kB
  • sloc: python: 52,260; xml: 323; sh: 299; makefile: 78
file content (15 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
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',