Commit a1f75bb
committed
chore: remove the installation of doxygen + graphviz from
`doxygen` and `graphviz` are only required to generate the docs. Compiling PythonMonkey doesn't actually need them.
The CI job to generate the docs (for https://docs.pythonmonkey.io/) will install doxygen on its own in https://github.com/Distributive-Network/PythonMonkey/blob/2633b5a/.github/workflows/test-and-publish.yaml#L168-L177.
There's no point to install them automatically in `setup.sh`,
if the user doesn't care about the docs.setup.sh
1 parent 6631291 commit a1f75bb
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 18 | | |
26 | 19 | | |
27 | | - | |
| 20 | + | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
| |||
0 commit comments