From ed8627c109b85c5117b6060d980cd05197b22c57 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Nov 2024 13:03:54 +0100 Subject: [PATCH] Do not require a specific version of pygments --- doc/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/environment.yml b/doc/environment.yml index 650a341..c3d43ce 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -16,4 +16,4 @@ dependencies: - breathe - numpydoc - myst-parser - - pygments=2.11.2 # Sphinx fails without this: 'HtmlFormatter' object has no attribute 'get_linenos_style_defs' with newer versions + - pygments