Skip to content

Commit 8780911

Browse files
committed
try to build graphviz 13.x again
1 parent 9bce60f commit 8780911

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.readthedocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ build:
77
tools:
88
python: "3.10"
99
apt_packages:
10-
- graphviz
10+
- build-essential
11+
- libsodium-dev
12+
- libargon2-dev
13+
jobs:
14+
pre_create_environment:
15+
- wget https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.0/graphviz-13.1.0.tar.gz
16+
- tar xzf graphviz-13.1.0.tar.gz
17+
- cd ./graphviz-13.1.0 && ./configure -prefix=$HOME/.graphviz --disable-perl --disable-python --disable-go --disable-java --disable-lua --disable-tcl && make install
18+
- ln -sf $PWD/graphviz/13.1.0/bin/dot /usr/local/bin/dot
19+
- dot -V
1120

1221
sphinx:
1322
configuration: docs/conf.py

docs/static/custom.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
/* See https://github.com/OpenCyphal/pycyphal/issues/321 */
2-
object.inheritance, img.inheritance {
3-
max-width: 25%;
4-
width: 25%;
5-
height: auto;
6-
display: block;
7-
margin: auto;
8-
}
9-
101
/* Gray text is ugly. Text should be black. */
112
body {
123
color: #000;

0 commit comments

Comments
 (0)