Readthedocs setup #60
Replies: 5 comments 5 replies
|
First thing I did was to install the readthedocs app at the organization level. It can be managed here: Hope is that this will mean that if you create a readthedocs account using your github account it should automatically detect the repositories you have admin rights for and you can make a readthedocs project for the one you want to add. |
|
@simoneliuzzo and @JeanLucPons Did one of you create the readthedocs project for the pyaml repository? Is it possible that you can add me as maintainer to it so I can see what settings you put? I'm testing now to set it up for pyaml-cs-oa using this copier template https://github.com/python-accelerator-middle-layer/pyaml-repository-template to generate the API documentation so it easily can be added to every new repository. It's still very basic but I want to try if I can get the page to publish before I start to move over the things you added for the pyaml repository. |
|
It is a bit annoying with readthedocs what we can't automatically grant permissions to everyone in our maintainer list from github but we need to manually invite other maintainers for each repository... |
|
Dear @TeresiaOlsson, I think I have invited you. let me know |


Uh oh!
There was an error while loading. Please reload this page.
This is to explain and document what I'm doing with readthedocs to setup the structure to generate versioned API documentation for all repositories in the github organization.
It looks like many parts can be done using a copier template but some manual steps are still required for publishing because you have to link the readthedocs to the github repository.
All reactions