File: Optional-patch-remove-sphinx-design.patch

package info (click to toggle)
pikepdf 10.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,880 kB
  • sloc: python: 12,081; cpp: 4,468; makefile: 260; sh: 82
file content (41 lines) | stat: -rw-r--r-- 932 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
30
31
32
33
34
35
36
37
38
39
40
41
Forwarded: not-needed
Last-Update: 2025-08-13
From: "James R. Barlow" <james@purplerock.ca>
Date: Mon, 26 Sep 2022 23:21:43 -0700
Subject: Optional patch: remove sphinx-design

For Debian's pikepdf docs build.

(cherry picked from commit bfe76fdeb2d1a94b121493caacc7131a9232cb4f)

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,6 @@
 
 extensions = [
     'autoapi.extension',
-    'sphinx_design',
     'sphinx_issues',
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -5,7 +5,6 @@
 myst-parser>=3.0.1
 sphinx>=3
 sphinx-autoapi
-sphinx-design
 sphinx-issues
 sphinx-rtd-theme
 tomli; python_version < '3.11'
\ No newline at end of file
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,6 @@
   "myst-parser>=3.0.1",
   "sphinx>=3",
   "sphinx-autoapi",
-  "sphinx-design",
   "sphinx-issues",
   "sphinx-rtd-theme",
   "tomli; python_version < '3.11'",