File: remove-sphinx_json_schema_spec-from-doc-conf.py.patch

package info (click to toggle)
python-jsonschema 4.25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,952 kB
  • sloc: python: 8,469; makefile: 210; sh: 12
file content (17 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove sphinx_json_schema_spec from conf.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-11-15

Index: python-jsonschema/docs/conf.py
===================================================================
--- python-jsonschema.orig/docs/conf.py
+++ python-jsonschema/docs/conf.py
@@ -25,7 +25,6 @@
     "sphinx.ext.napoleon",
     "sphinx.ext.viewcode",
     "sphinx_copybutton",
-    "sphinx_json_schema_spec",
     "sphinxext.opengraph",
 ]