1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
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
Index: python-jsonschema/docs/conf.py
===================================================================
--- python-jsonschema.orig/docs/conf.py
+++ python-jsonschema/docs/conf.py
@@ -22,12 +22,10 @@
"sphinx.ext.doctest",
"sphinx.ext.extlinks",
"sphinx.ext.imgconverter",
- "sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_copybutton",
"sphinx_json_schema_spec",
- "sphinxcontrib.spelling",
"sphinxext.opengraph",
]
|