mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 15:37:28 -08:00
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
13 lines
342 B
Diff
13 lines
342 B
Diff
diff --git a/docs/conf.py b/docs/conf.py
|
|
index 2c71c44..0e6f0ae 100644
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -5,7 +5,6 @@ pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..'))
|
|
|
|
extensions = [
|
|
'sphinx.ext.autodoc',
|
|
- 'sphinx.ext.intersphinx'
|
|
]
|
|
|
|
intersphinx_mapping = {'http://docs.python.org/dev': None}
|