pyan icon indicating copy to clipboard operation
pyan copied to clipboard

Sphinx integration

Open FelixBiermann opened this issue 3 years ago • 1 comments

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!

FelixBiermann avatar Feb 15 '22 10:02 FelixBiermann

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

romain-dartigues avatar Aug 31 '22 09:08 romain-dartigues