varlink / python

Python implementation of the Varlink protocol
https://varlink.org/python/
Apache License 2.0
43 stars 8 forks source link

Use readthedoc instead of gh-pages? #22

Open haraldh opened 4 years ago

haraldh commented 4 years ago

What do you think about using readthedoc instead of gh-pages?

It's possible to trigger doc updating from the github repo to readthedocs.io.

readthedoc will automatically retrieve the doc source and build and publish the new one from github without manual handling:

Originally posted by @4383 in https://github.com/varlink/python/pull/21#issuecomment-541814748

4383 commented 4 years ago

@haraldh what's your opinion?

4383 commented 4 years ago

My main concern is, can we continue to use custom domain like https://varlink.org/python/?

Apparently if I understood it correctly the answer is yes:

Then we will have a similar result than gh-pages, without the manual deployment part.

Maybe we will have a more recent CSS by default and anyway I suppose we can customize it somewhere and continue to display the current CSS if needed.