File: remove-sphinxcontrib.spelling-from-doc-conf.py.patch

package info (click to toggle)
python-jsonschema 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,040 kB
  • sloc: python: 4,549; makefile: 205; sh: 12
file content (20 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove sphinxcontrib.spelling extension
 This is doing network access during build.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2019-09-24

--- python-jsonschema-3.0.2.orig/docs/conf.py
+++ python-jsonschema-3.0.2/docs/conf.py
@@ -26,11 +26,8 @@
     "sphinx.ext.autodoc",
     "sphinx.ext.coverage",
     "sphinx.ext.doctest",
-    "sphinx.ext.intersphinx",
     "sphinx.ext.napoleon",
     "sphinx.ext.viewcode",
-    "sphinxcontrib.spelling",
-    "jsonschema_role",
 ]
 
 cache_path = "_cache"