From faa4664b296575b0cde519be7f09a80d1732fabc Mon Sep 17 00:00:00 2001 From: LEGRAND Jonathan <jonathan.legrand@ens-lyon.fr> Date: Thu, 21 Mar 2024 10:55:07 +0100 Subject: [PATCH] Try to fix 'pages' CI job. Add missing `pandoc` dependency to build documentation. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c515303..e3a36c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ doc = [ "matplotlib", "sphinx", "sphinx_rtd_theme", + "pandoc", "nbsphinx", "notebook", "chardet", -- GitLab