We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe83c05 + 52565a7 commit 9466e36Copy full SHA for 9466e36
.github/workflows/docs.yml
@@ -24,6 +24,7 @@ jobs:
24
python-version: 3.8
25
- name: Install dependencies
26
run: |
27
+ sudo apt-get install graphviz
28
python -m pip install --upgrade pip
29
python -m pip install cython --install-option="--no-cython-compile"
30
- name: Install
docs/conf.py
@@ -49,7 +49,7 @@
49
"sphinx.ext.githubpages",
50
"sphinx.ext.coverage",
51
"sphinx.ext.inheritance_diagram",
52
- # "sphinx.ext.graphviz",
+ "sphinx.ext.graphviz",
53
"matplotlib.sphinxext.plot_directive",
54
"m2r",
55
"nbsphinx",
0 commit comments