1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Wed, 30 Oct 2024 15:14:29 +0100
Subject: Skip myst-parser & pydata-sphinx-theme
Forwarded: not-needed
They are not yet in Debian
---
docs/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 86f8c45..2e0558a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -159,7 +159,7 @@ todo_include_todos = False
# 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
|