File: removed-httpdomain-sphinx-ext.patch

package info (click to toggle)
murano 1%3A14.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,736 kB
  • sloc: python: 34,226; sh: 759; pascal: 269; makefile: 87
file content (17 lines) | stat: -rw-r--r-- 575 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-27

--- murano-11.0.0~rc1.orig/doc/source/conf.py
+++ murano-11.0.0~rc1/doc/source/conf.py
@@ -39,8 +39,7 @@ extensions = ['sphinx.ext.autodoc',
               'oslo_config.sphinxext',
               'oslo_policy.sphinxext',
               'oslo_policy.sphinxpolicygen',
-              'sphinx.ext.viewcode',
-              'sphinxcontrib.httpdomain',]
+              'sphinx.ext.viewcode',]
 
 if not on_rtd:
     extensions.append('openstackdocstheme')