Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix read the docs generation #490
Comments
|
hmm this gets updated with every commit+push: I don't think I did anything special here. I'm not sure why the dipper ones are stalled? |
|
https://github.com/biolink/ontobio/blob/master/docs/conf.py looks like you're tied to 0.0.1? |
|
Looks we lost our webhook, I readded it and RTD is rebuilding when we push; however, the docs are still not updating. @cmungall are you sure the ontobio docs update automatically. My understanding is that they are built from the files in your docs dir. |
|
On 14 Jul 2017, at 9:31, Kent Shefchek wrote:
Looks we lost our webhook, I readded it and RTD is rebuilding when we
push; however, the docs are still not updating. @cmungall are you sure
the ontobio docs update automatically.
I believe so, will check.
My understanding is that they are built from the files in your docs
dir.
Correct
…
|
|
My goal here is to automate the api doc generation so we don't have to store, commit, and push them, they will just be generated on the fly by read the docs. I believe this is what rtfd/readthedocs.org#1139 is describing. |
kshefchek commentedJul 13, 2017
•
edited
Right now sphinx documentation is manually generated and tends to fall behind. We should explore options for automating this process, for example: rtfd/readthedocs.org#1139