The build should complete itself without any errors.
The build is not completed due to 'Command killed due to excessive memory consumption' error, probably caused by the size of torch being installed.
The main problem is that to actually build the Recogners docs, I need the package itself (installing it by pip install .). And to have the package itself installed, I need to install the torch dependency. It is basically a cycle that I could not find another way to solve it.
So, I am begging here for a small amount of memory in that project in order to fix the problem. It might not be the ideal way, but is the one that I could think of without reworking any code.
Thank you for your attention and best regards,
Gustavo.
Maybe can you try https://sphinx-autoapi.readthedocs.io/en/latest/? (it doesn't require to install the project to get the docstrings)
Amazing suggestion @stsewd, thank you so much! I was able to build it and everything worked out perfectly. I will be closing this issue.
Best regards,
Gustavo.
Most helpful comment
Amazing suggestion @stsewd, thank you so much! I was able to build it and everything worked out perfectly. I will be closing this issue.
Best regards,
Gustavo.