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

Sphinx integration #81

Open
FelixBiermann opened this issue Feb 15, 2022 · 1 comment
Open

Sphinx integration #81

FelixBiermann opened this issue Feb 15, 2022 · 1 comment

Comments

@FelixBiermann
Copy link

Hello,

I am having problems integrating pyan in Sphinx. When I add the extension to conf.py as writen on this page:

extensions = [
  ...
  "sphinx.ext.graphviz"
  "pyan.sphinx",
]

I get:

Extension Error:
Could not import extension pyan.sphinx (exception: No module named 'pyan.sphinx')

I can use "pyan" in the extension list, but sphinx doesn't recognize the package as a sphinx extension (not surprisingly).
I have installed Sphinx v4.4.0, graphviz and ofc pyan3 with conda.

I would really love to use this tool, as the graphs made with consol-commands look exactly like what I want.

Thanks in advance!

@romain-dartigues
Copy link

Unfortunately pyan.sphinx has been added in Pyan3 version 1.2 but the last working version (for me) is 1.1.1.

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

2 participants