File: disable-sphinx-theme.patch

package info (click to toggle)
ansible-runner 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: python: 9,896; makefile: 19
file content (19 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
18
19
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,6 @@
     'sphinx.ext.intersphinx',
     'sphinx.ext.todo',
     'sphinx.ext.viewcode',
-    "sphinx_ansible_theme",
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -83,7 +82,7 @@
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'sphinx_ansible_theme'
+#html_theme = 'sphinx_ansible_theme'
 html_title = "Ansible Runner Documentation"
 
 # Theme options are theme-specific and customize the look and feel of a theme