2016-01-07 17:16:20 +00:00

13 lines
565 B
Plaintext

$OpenBSD: patch-doc_conf_py,v 1.1 2016/01/07 17:16:21 shadchin Exp $
--- doc/conf.py.orig Wed Dec 30 15:08:22 2015
+++ doc/conf.py Wed Dec 30 15:08:30 2015
@@ -25,7 +25,7 @@ sys.path.insert(0, os.path.abspath('sphinxext'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode', 'github', # for easy GitHub links
]