File: remove-intersphinx.patch

package info (click to toggle)
python-microversion-parse 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 204 kB
  • sloc: python: 575; makefile: 41
file content (16 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
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/1090149
Forwarded: no
Last-Update: 2024-12-16

--- python-microversion-parse-1.0.1.orig/doc/source/conf.py
+++ python-microversion-parse-1.0.1/doc/source/conf.py
@@ -27,7 +27,6 @@
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.intersphinx',
     'openstackdocstheme'
 ]