ports/devel/py-pexpect/patches/patch-doc_conf_py

12 lines
496 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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
]