forked from pool/python-Scrapy
the patch. - Remove the CVE-2025-6176-testfile-bomb-br-64GiB.bin source, it's not needed anymore. gh#scrapy/scrapy#7134, bsc#1252945, CVE-2025-6176) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=53
19 lines
586 B
Diff
19 lines
586 B
Diff
Index: scrapy-2.13.3/docs/conf.py
|
|
===================================================================
|
|
--- scrapy-2.13.3.orig/docs/conf.py
|
|
+++ scrapy-2.13.3/docs/conf.py
|
|
@@ -34,7 +34,7 @@ extensions = [
|
|
"sphinx.ext.coverage",
|
|
"sphinx.ext.intersphinx",
|
|
"sphinx.ext.viewcode",
|
|
- "sphinx_rtd_dark_mode",
|
|
+ "sphinx_rtd_theme",
|
|
]
|
|
|
|
templates_path = ["_templates"]
|
|
@@ -158,4 +158,3 @@ intersphinx_mapping = {
|
|
intersphinx_disabled_reftypes: Sequence[str] = []
|
|
|
|
# -- Other options ------------------------------------------------------------
|
|
-default_dark_mode = False
|