Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @swt2c,
to make the build process of the wxPython docs as smooth as possible I propose to add Doxygen version 1.9.1. This specific version is expected by
wxWidgets/docs/doxygen/regen.sh
which is called during the build process.This also removes one warning message from the build process and 1.9.1 is a bit less ancient than 1.8.8
All files are directly from here: https://github.com/doxygen/doxygen/releases/tag/Release_1_9_1
I tested the windows and the macOS variant and they run without problems.
The windows binary is packed as a tar.bz2 because it also includes the libclang.dll
I don't know if you even accept binaries in a PR, but I added the hashes so you can check the files:
win
linux
macos
Since the version number and hashes are hardcoded into Phoenix build.py I will then update it for wxWidgets/Phoenix#2672