Skip to content

Commit 6520ac1

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.readthedocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ build:
88
python: "3.10"
99
apt_packages:
1010
- graphviz
11+
- build-essential
12+
- libsodium-dev
13+
- libargon2-dev
14+
jobs:
15+
pre_create_environment:
16+
- wget https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.0/graphviz-13.1.0.tar.gz
17+
- tar xzf graphviz-13.1.0.tar.gz
18+
- cd ./graphviz-13.1.0 && ./configure -prefix=$HOME/.graphviz --disable-perl --disable-python --disable-go --disable-java --disable-lua --disable-tcl && make install
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)