File: fix_docs

package info (click to toggle)
ipyparallel 7.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,180 kB
  • sloc: python: 20,694; javascript: 263; makefile: 175
file content (25 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Skip myst-parser & pydata-sphinx-theme
Forwarded: not-needed

They are not yet in Debian
--- ipyparallel.orig/docs/source/conf.py
+++ ipyparallel/docs/source/conf.py
@@ -44,7 +44,7 @@
     'sphinx.ext.inheritance_diagram',
     'sphinx.ext.intersphinx',
     'sphinx.ext.napoleon',
-    'myst_parser',
+#   'myst_parser',
     'nbsphinx',
     'IPython.sphinxext.ipython_console_highlighting',
 ]
@@ -153,7 +153,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