From 7c4b853cd34f0ebbb257f0a5a2321cc3c383c2f6 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Wed, 16 Oct 2024 10:50:04 +0100 Subject: [PATCH] Correct module name in _config.yml The new theme is pygments (with an s): this PR simply removes a warning. --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 7573f64941..b62b5e42e8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -44,7 +44,7 @@ sphinx: config: html_theme: sphinx_book_theme html_theme_options: - pygment_dark_style: monokai + pygments_dark_style: monokai navigation_with_keys: false pygments_style: monokai myst_enable_extensions: