File: sphinx-rtd-theme.patch

package info (click to toggle)
sphinx-gallery 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,336 kB
  • sloc: python: 10,346; makefile: 216; lisp: 15; sh: 11; cpp: 9
file content (22 lines) | stat: -rw-r--r-- 546 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
From: Dmitry Shachnev <mitya57@debian.org>
Date: Sat, 30 Nov 2024 23:21:29 +0300
Subject: Use Sphinx RTD theme instead of pydata theme

Forwarded: not-needed
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 74d9ad0..48d2160 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -126,7 +126,7 @@ highlight_language = "python3"
 # a list of builtin themes.
 
 # The theme is set by the make target
-html_theme = "pydata_sphinx_theme"
+html_theme = "sphinx_rtd_theme"
 
 
 def setup(app):