Closed raphaeldussin closed 5 years ago
TBH I never used conda-build or hosted docs on readthedocs. However, I understand the importance of convenient integration with the whole readthedocs infrastructure.
Could you please outline what has to be done here?
I have done it only for python packages but I'm sure we can figure out how to do it. I would start with this: https://conda-forge.org/ my guess is that we need to include a build script that reproduces the install instructions of doxyrest_b
https://docs.conda.io/projects/conda-build/en/latest/concepts/recipe.html
A doxyrest recipe PR to conda-forge passed all the CI tests; pending approval.
that's excellent news! looking forward to it!
Wow, that was fast! The PR is merged and added to conda-forge/feedstocks
:
https://github.com/conda-forge/doxyrest-feedstock
It means, Doxyrest can now be installed from the conda-forge
channel on Linux and OSX.
Hi @vovkos
your tool looks very interesting. Have you considered making a conda recipe to make it easier to install within a readthedocs project?