1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Remove intersphinx from docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2021-08-27
--- python-oslo.metrics-0.3.0.orig/doc/source/conf.py
+++ python-oslo.metrics-0.3.0/doc/source/conf.py
@@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../.
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinxcontrib.apidoc',
- 'sphinx.ext.intersphinx',
'openstackdocstheme',
'oslo_config.sphinxext',
]
|