File: 0002-Disable-sphinx_rtd_dark_mode-which-isn-t-packaged.patch

package info (click to toggle)
python-scrapy 2.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,664 kB
  • sloc: python: 52,028; xml: 199; makefile: 25; sh: 7
file content (21 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Andrey Rakhmatullin <wrar@debian.org>
Date: Thu, 5 Jun 2025 22:37:56 +0500
Subject: Disable sphinx_rtd_dark_mode which isn't packaged.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 3d4d5e8..4a0ff42 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,7 +35,7 @@ extensions = [
     "sphinx.ext.coverage",
     "sphinx.ext.intersphinx",
     "sphinx.ext.viewcode",
-    "sphinx_rtd_dark_mode",
+#    "sphinx_rtd_dark_mode",
 ]
 
 templates_path = ["_templates"]