Skip to content

Conversation

@DigraJatin
Copy link
Contributor

Fixes #77

Issue -
The documentation workflow was failing due to:

  1. Homebrew deprecating the doxygen cask in favor of the formula
  2. Python PEP 668 preventing system-wide pip installs on macOS

Fix done -

  • Use brew install doxygen (formula instead of cask)
  • Create a Python virtual environment for installing jinja2 and Pygments
  • Activate venv in both install and build steps

Testing -
Tested on my fork by creating a tag, documentation workflow completes successfully.

Copy link
Owner

@DeveloperPaul123 DeveloperPaul123 left a comment

Choose a reason for hiding this comment

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

Looks good to me! Nice work 👍

@DeveloperPaul123 DeveloperPaul123 merged commit c0cfdaf into DeveloperPaul123:main Jan 4, 2026
13 checks passed
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.

[BUG] Fix documentation publishing Github Action

2 participants