From a2c26d3ac4d9cdbcafd5cca41e57e3539b3a8144 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Wed, 7 Feb 2024 16:51:19 +0100 Subject: [PATCH] WIP: fix check pandoc --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8a9753dff72..d9f3a523d89 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -218,7 +218,7 @@ def check_build_finished_without_error(app, exception): if app.builder.config.html_context.get('build_error', False): raise Exception('Build failed due to error in html-page-context') -def check_pandoc_installed(): +def check_pandoc_installed(app): """Ensure that pandoc is installed """ import pypandoc