$OpenBSD: patch-docs_source_conf_py,v 1.4 2016/12/13 14:50:45 shadchin Exp $

A problem with inheritance diagrams. Causes build to crash. Even if it
did work, the generated diagrams have non-deterministic names, making
putting their name in a PLIST somewhat difficult.

Disable intersphinx.

--- docs/source/conf.py.orig	Sat Aug 13 17:56:43 2016
+++ docs/source/conf.py	Fri Aug 19 19:59:00 2016
@@ -60,8 +60,6 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
     'sphinx.ext.doctest',
-    'sphinx.ext.inheritance_diagram',
-    'sphinx.ext.intersphinx',
     'IPython.sphinxext.ipython_console_highlighting',
     'IPython.sphinxext.ipython_directive',
     'sphinx.ext.napoleon',  # to preprocess docstrings
