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

package info (click to toggle)
sahara 1%3A16.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,452 kB
  • sloc: python: 39,677; xml: 3,418; sh: 874; makefile: 80
file content (29 lines) | stat: -rw-r--r-- 1,257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Remove sphinxcontrib.httpdomain from sphinx ext
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-03-23

Index: sahara/doc/source/conf.py
===================================================================
--- sahara.orig/doc/source/conf.py
+++ sahara/doc/source/conf.py
@@ -36,8 +36,8 @@ on_rtd = os.environ.get('READTHEDOCS', N
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage',
-              'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'oslo_config.sphinxconfiggen',
-              'oslo_config.sphinxext', 'openstackdocstheme']
+              'sphinx.ext.viewcode', 'oslo_config.sphinxconfiggen',
+              'oslo_config.sphinxext']
 
 # openstackdocstheme options
 repository_name = 'openstack/sahara'
@@ -131,7 +131,7 @@ if on_rtd:
     html_theme_path = ['.']
     html_theme = '_theme_rtd'
 
-html_theme = 'openstackdocs'
+#html_theme = 'openstackdocs'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the