From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/mockldap/files/mapping.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-python/mockldap/files/mapping.patch (limited to 'dev-python/mockldap/files') diff --git a/dev-python/mockldap/files/mapping.patch b/dev-python/mockldap/files/mapping.patch new file mode 100644 index 000000000000..f3cdd862a9d6 --- /dev/null +++ b/dev-python/mockldap/files/mapping.patch @@ -0,0 +1,12 @@ +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 +--- docs/source/conf.py 2014-03-08 00:51:00.000000000 +0800 ++++ 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', + ] + -- cgit v1.2.3