File: removed-httpdomain-sphinx-ext.patch

package info (click to toggle)
designate 1%3A20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,764 kB
  • sloc: python: 48,768; sh: 1,895; sql: 155; makefile: 83; javascript: 3
file content (17 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Removed httpdomain sphinx ext
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-26

Index: designate/doc/source/conf.py
===================================================================
--- designate.orig/doc/source/conf.py
+++ designate/doc/source/conf.py
@@ -32,7 +32,6 @@ sys.path.insert(0, os.path.abspath('./')
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.viewcode',
               'sphinx.ext.graphviz',
-              'sphinxcontrib.httpdomain',
               'ext.support_matrix',
               'ext.custom_css',
               'openstackdocstheme',