From c2edbbdd14eeb2f2e37e76a4aa0f1cf6ded33a51 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 13 Sep 2024 01:13:03 -0400 Subject: [PATCH] BUG+DOC: pypandoc.ensure_pandoc_installed no longer has quiet arg --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 238a2abd..ff49d1ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,6 @@ def ensure_pandoc_installed(_): os.environ["PATH"] += os.pathsep + pandoc_dir if hasattr(pypandoc, "ensure_pandoc_installed"): pypandoc.ensure_pandoc_installed( - quiet=True, targetfolder=pandoc_dir, delete_installer=True, )