Skip to content

Conversation

Xmader
Copy link
Member

@Xmader Xmader commented Aug 19, 2024

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.

Xmader added 2 commits August 19, 2024 20:04
`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.
Copy link
Collaborator

@zollqir zollqir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Xmader Xmader merged commit 4e1b67c into main Aug 20, 2024
7 of 8 checks passed
@Xmader Xmader deleted the Xmader/chore/remove-doxygen-installation branch August 20, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants