Skip to content
New issue

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

zoom is not working #125

Open
pancodia opened this issue Jun 21, 2023 · 0 comments
Open

zoom is not working #125

pancodia opened this issue Jun 21, 2023 · 0 comments

Comments

@pancodia
Copy link

I am using this package to embed a flowchart in my sphinx doc. My mermaid code is in a separate file. I sourced the file as

.. mermaid:: ./data_pipeline.mmd

In the generated html, I can see the diagram. However, I cannot zoom in or out.

The following is my configuration for the package in conf.py:

# ------------ Mermaid configuration --------------------------------
mermaid_output_format = 'svg'
mermaid_cmd = '/Users/pachao/.asdf/shims/mmdc'
mermaid_d3_zoom = True

The following are my package versions (I am using pydata-sphinx-theme):

$ pip3 show sphinxcontrib-mermaid sphinx
Name: sphinxcontrib-mermaid
Version: 0.9.2

Name: Sphinx
Version: 7.0.1

Name: pydata-sphinx-theme
Version: 0.13.3

How would you suggest me to debug the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant