File: remove-httpdomain-sphinx-ext.patch

package info (click to toggle)
aodh 20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: python: 11,347; sh: 316; makefile: 206
file content (17 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove httpdomain sphinx ext.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-23

Index: aodh/doc/source/conf.py
===================================================================
--- aodh.orig/doc/source/conf.py
+++ aodh/doc/source/conf.py
@@ -44,7 +44,6 @@ extensions = [
     'oslo_config.sphinxext',
     'oslo_policy.sphinxpolicygen',
     'oslo_policy.sphinxext',
-    'sphinxcontrib.httpdomain',
 ]
 
 config_generator_config_file = os.path.join(ROOT,