I want to deploy project documentation generated using Doxygen and Mkdocs (uses mkdoxy as a plugin).
I am unsure how to set up deployment especially the build commands since the documentation generation depends heavily on Doxygen and Mkdocs.
I know Python support is available on Render but how do I pip install my packages from a requirements.txt?
I’m not sure Doxygen is supported on Render but is there a way to install it for my build process?
Many thanks for your consideration.