We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe758b commit 879aa0dCopy full SHA for 879aa0d
.gitignore
@@ -40,3 +40,6 @@ githooks/pre-commit
40
# PyCharm specific files
41
.idea
42
.vscode/settings.json
43
+
44
+# Local build tool output
45
+local_build_tools/*.html
local_build_tools/compose.yml
@@ -5,4 +5,4 @@ services:
5
image: asciidoctor/docker-asciidoctor
6
volumes:
7
- ../:/documents
8
- entrypoint: asciidoctor --failure-level WARN -r asciidoctor-kroki -a mathjax -r asciidoctor-bibtex --trace content/index.adoc -o local_build_tools/HTML_content_local_build.html
+ entrypoint: asciidoctor -r asciidoctor-kroki -a mathjax --trace doc/open-simulation-interface_user_guide.adoc -o local_build_tools/HTML_content_local_build.html
0 commit comments