File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
1221sphinx :
1322 configuration : docs/conf.py
Original file line number Diff line number Diff line change 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. */
112body {
123 color : # 000 ;
You can’t perform that action at this time.
0 commit comments