Skip to content

Commit

Permalink
BUG+DOC: pypandoc.ensure_pandoc_installed no longer has quiet arg
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Sep 13, 2024
1 parent a33c4e9 commit c2edbbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit c2edbbd

Please sign in to comment.