Skip to content

Commit 9466e36

Browse files
authored
Merge pull request #713 from compas-dev/doc-fix
enable graphviz
2 parents fe83c05 + 52565a7 commit 9466e36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: 3.8
2525
- name: Install dependencies
2626
run: |
27+
sudo apt-get install graphviz
2728
python -m pip install --upgrade pip
2829
python -m pip install cython --install-option="--no-cython-compile"
2930
- name: Install

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sphinx.ext.githubpages",
5050
"sphinx.ext.coverage",
5151
"sphinx.ext.inheritance_diagram",
52-
# "sphinx.ext.graphviz",
52+
"sphinx.ext.graphviz",
5353
"matplotlib.sphinxext.plot_directive",
5454
"m2r",
5555
"nbsphinx",

0 commit comments

Comments
 (0)