File: remove-httpdomain-sphinx-ext.patch

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

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