Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 07 Jan 2020 20:12:00 +0100
Description: Work around failure in sphinx doc processing
Forwarded: not-needed

--- python-cogent.orig/doc/conf.py
+++ python-cogent/doc/conf.py
@@ -19,18 +19,19 @@
 numpydoc_class_members_toctree = False
 
 extensions = [
-    "jupyter_sphinx",
+#    "jupyter_sphinx",
     "nbsphinx",
-    "numpydoc",
+#    "numpydoc",
     "sphinx.ext.autodoc",
     "sphinx.ext.autosummary",
     "sphinx.ext.doctest",
     "sphinx.ext.githubpages",
     "sphinx.ext.mathjax",
     "sphinx.ext.todo",
-    "sphinx_gallery.gen_gallery",
-    "sphinx_panels",
+#    "sphinx_gallery.gen_gallery",
+#    "sphinx_panels",
     "sphinxcontrib.bibtex",
+    "sphinx.ext.napoleon",
     # "sphinxcontrib.spelling",
 ]
 
