File: no-intersphinx-in-doc.patch

package info (click to toggle)
python-keystoneauth1 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,280 kB
  • sloc: python: 23,506; xml: 285; makefile: 93; sh: 2
file content (17 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: No intersphinx in docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-02-25

Index: python-keystoneauth1/doc/source/conf.py
===================================================================
--- python-keystoneauth1.orig/doc/source/conf.py
+++ python-keystoneauth1/doc/source/conf.py
@@ -18,7 +18,6 @@
 extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
-    'sphinx.ext.intersphinx',
     'openstackdocstheme',
     'ext.list_plugins',
     'sphinxcontrib.apidoc',