We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
I have installed sphinxcontrib-mermaid extension as the following guide: https://github.com/mgaitan/sphinxcontrib-mermaid
in a "mermaid-template.rst" file I made a code such below
Mermaid Template ################# .. mermaid:: graph LR A[Hard edge] -->B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]
When running sphinx that threw a warning such below and the flowchart was not generated:
warning: command 'mermaid' cannot be run (needed for mermaid output), check the mermaid_cmd setting.
After that I still installed mermaid-cli as the following guide: https://knsv.github.io/mermaid/#mermaid-cli8
mermaid-cli
But the warning was still exists and was not generated the flowchart. May anyone help me in this case?
P.S:
mermaid template.mmd
mermaid --help
Thank you for your watching, Best Regards
The text was updated successfully, but these errors were encountered:
hey @thjensuit, please open this issue in the sphinx-mermaid's tracker, https://github.com/mgaitan/sphinxcontrib-mermaid/issues
meanwhile, could you find the absolute path of mermaid command, and set this as the mermaid_cmd variable in your project's conf.py?
mermaid_cmd
conf.py
Sorry, something went wrong.
Moved to mgaitan/sphinxcontrib-mermaid#4
mermaid command line has been moved to https://github.com/mermaidjs/mermaid.cli.
Please let me know if you have problem making it work.
No branches or pull requests
Hi everyone,
I have installed sphinxcontrib-mermaid extension as the following guide: https://github.com/mgaitan/sphinxcontrib-mermaid
in a "mermaid-template.rst" file I made a code such below
When running sphinx that threw a warning such below and the flowchart was not generated:
After that I still installed
mermaid-cli
as the following guide: https://knsv.github.io/mermaid/#mermaid-cli8But the warning was still exists and was not generated the flowchart.
May anyone help me in this case?
P.S:
mermaid template.mmd
ormermaid --help
Thank you for your watching,
Best Regards
The text was updated successfully, but these errors were encountered: