Skip to content

Commit

Permalink
Remove --non-recursive option from juvix isabelle for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Oct 17, 2024
1 parent 3737de5 commit 1b51ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs_juvix/juvix_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def _run_juvix_isabelle(self, _filepath: Path) -> Optional[str]:
self.JUVIX_BIN,
"--log-level=error",
"isabelle",
"--non-recursive",
# "--non-recursive", # TODO: wait for v0.6.7
"--stdout",
"--output-dir",
self.CACHE_ISABELLE_OUTPUT_PATH.as_posix(),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-juvix-plugin"
version = "0.3.0"
version = "0.3.1"
description = "Support for Juvix Markdown files in MkDocs"
authors = ["Jonathan Prieto-Cubides, and GitHub contributors"]
license = "MIT"
Expand Down

0 comments on commit 1b51ac8

Please sign in to comment.