File: sphinx-intersphinx.patch

package info (click to toggle)
translate-toolkit 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,988 kB
  • sloc: python: 52,062; sh: 2,606; makefile: 245; pascal: 40; java: 16
file content (14 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Stop sphinx trying to download from network at build time
  Sphinx tries to download catalogues for intersphinx links -- suppress that
  here by removing the intersphinx extension.
Author: Stuart Prescott <stuart@debian.org>
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,6 @@
     'sphinx.ext.autodoc',
     'sphinx.ext.coverage',
     'sphinx.ext.extlinks',
-    'sphinx.ext.intersphinx',
     'sphinx.ext.todo',
 ]