conu
conu copied to clipboard
Generate docs in conu CI
Problem description:
- we want part of our documentation to be generated by docstring so it is up-to date and method definitions are easily accessible
- we have c extension in project requirements - might be more in the future - and that can't be installed using pip
- AFAIK currently readthedocs.io doesn't allow installing packages using installer other than pip
Make an easy fix and deal with it later...
Create wrapper for pyxattr so the documentation can be generated in readthedocs. https://github.com/dhodovsk/conu/commit/64aa873d86fc763e870f1d4087d4e749e3c41090
This should be fixed by #282, so we can start building docs from upstream repository.
Heh, lol, I forgot that xattr was the bad boy :D Dominika, we need you! Come back! I don't think that any of us can configure RTD to build from upstream. We should also likely build docs from the latest release, not git master.