Author: Michael R. Crusoe <crusoe@debian.org>
Description: Skip myst-parser & pydata-sphinx-theme
Forwarded: not-needed

They are not yet in Debian
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -47,7 +47,7 @@
     # 'myst_parser',
     'myst_nb',
     'IPython.sphinxext.ipython_console_highlighting',
-    'autodoc_traits',
+    #'autodoc_traits',
 ]
 
 myst_enable_extensions = [
@@ -159,7 +159,7 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'pydata_sphinx_theme'
+#html_theme = 'pydata_sphinx_theme'
 
 
 # Theme options are theme-specific and customize the look and feel of a theme
