Skip to content

Commit

Permalink
avoid utf8 in coqdoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 14, 2020
1 parent be401b4 commit e119345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alectryon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def gen_latex_snippets(annotated):
return LatexGenerator(highlight_latex).gen(annotated)

COQDOC_OPTIONS = ['--body-only', '--no-glob', '--no-index', '--no-externals',
'-s', '--html', '--stdout', '--utf8']
'-s', '--html', '--stdout']

def _run_coqdoc(coq_snippets, coqdoc_bin=None):
"""Get the output of coqdoc on coq_code."""
Expand Down

0 comments on commit e119345

Please sign in to comment.