mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-06 08:57:28 -07:00
Non-maintainer commit reviewed by python team One patch modified to p1 header format for easier application Bug: https://bugs.gentoo.org/668066 Signed-off-by: Brian Evans <grknight@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 lines
444 B
Diff
13 lines
444 B
Diff
Disable un-needed d'loading during doc build
|
|
diff -ur mockldap-0.1.7.orig/docs/source/conf.py mockldap-0.1.7/docs/source/conf.py
|
|
--- a/docs/source/conf.py 2014-03-08 00:51:00.000000000 +0800
|
|
+++ b/docs/source/conf.py 2014-04-12 16:04:52.113446583 +0800
|
|
@@ -28,7 +28,6 @@
|
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
|
extensions = [
|
|
'sphinx.ext.autodoc',
|
|
- 'sphinx.ext.intersphinx',
|
|
'sphinx.ext.viewcode',
|
|
]
|
|
|