Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'sphinx.ext.todo',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'sphinx_rtd_theme',
'sphinx_tabs.tabs',
'sphinx_copybutton'
Expand Down Expand Up @@ -253,6 +254,9 @@
# Suppress warnings about excluded documents because every device gets a different toc tree
suppress_warnings = ['toc.excluded']

# Render graphviz diagrams as SVG so that hyperlinks in diagrams are clickable
graphviz_output_format = 'svg'

# -- Tag file loader ------------------------------------------------------

FAMILY = os.environ.get("DEVFAMILY", "")
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk add --no-cache \
diffutils \
dumb-init \
git \
graphviz \
make \
py3-pip \
ripgrep \
Expand Down
Loading
Loading