JakubAndrysek / MkDoxy

📖 Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.
https://mkdoxy.kubaandrysek.cz/
MIT License
60 stars 16 forks source link

Fix executable not found when the current working directory (cwd) is set to config file path #103

Closed wu-vincent closed 2 months ago

wu-vincent commented 2 months ago

This commit resolves the issue where mkdocs build --config-file mkdocs.yml fails due to the process not properly locating the executable when the current working directory (cwd) is set to a specific path. Fix #75.

JakubAndrysek commented 2 months ago

Thank you for your PR 😍