Skip to content

Commit

Permalink
WIP: fix check pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Feb 7, 2024
1 parent 9824354 commit a2c26d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c26d3

Please sign in to comment.