libfuse / pyfuse3

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)
https://pyfuse3.readthedocs.io/
Other
162 stars 48 forks source link

move docs to readthedocs #90

Closed ThomasWaldmann closed 9 months ago

ThomasWaldmann commented 10 months ago

see: https://pyfuse3.readthedocs.io/en/latest/

ThomasWaldmann commented 10 months ago

@Nikratio need to add you as maintainer for this on rtd also (need rtd email or username).

ThomasWaldmann commented 10 months ago

TODO: change docs link in readme (points to rath.org, but i can't update docs there when i do a release - rtd docs should auto-update via webhook / gh integration).

ThomasWaldmann commented 10 months ago

@Nikratio someone needs to fix the readthedocs integration on the github settings side, I do not have the permissions to do that.

Nikratio commented 10 months ago

Thanks for tackling this! Can you tell me exactly what to do?

ThomasWaldmann commented 10 months ago

https://readthedocs.org/dashboard/pyfuse3/integrations/ go there and add a new github integration webhook (guess likely you also need to be logged in into github).

Nikratio commented 10 months ago

Done.

ThomasWaldmann commented 10 months ago

OK, merging PR #92 will complete this.