File: remove-intersphinx.patch

package info (click to toggle)
python-sqlalchemy-utils 0.42.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,236 kB
  • sloc: python: 13,002; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove intersphinx
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1090161
Forwarded: no
Last-Update: 2026-02-27

--- python-sqlalchemy-utils-0.41.0.orig/docs/conf.py
+++ python-sqlalchemy-utils-0.41.0/docs/conf.py
@@ -17,7 +17,6 @@
 extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.doctest",
-    "sphinx.ext.intersphinx",
     "sphinx.ext.todo",
     "sphinx.ext.coverage",
     "sphinx.ext.ifconfig",