ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

readthedocs action on master #87

Open hareball90 opened 1 year ago

hareball90 commented 1 year ago

when pushing to master branch, update the documentation so that a push/release on master triggers an update to readthedocs which updates pygom version release info and the link to the jupyterbook hosted on ghpages

hareball90 commented 1 year ago

something like this https://readthedocs.org/projects/jupyter-book/

hareball90 commented 1 year ago

use this example from jupyterbook tutorial deployment https://github.com/executablebooks/jupyter-book/blob/master/.readthedocs.yml

hareball90 commented 5 months ago

@twomagpi will need to give access to Joe / Steven for updating this

hareball90 commented 5 months ago

Context Originally the doc build was too large for RTD to compile. Fix: build a subset of docs on RTD and full docs locally. Now, build the full documentation with github actions/pages, which will lnot be restricted to the same timeout constraint. Then if possible, upload htmls from the github build to readthedocs.

twomagpi commented 1 month ago

Need to either update / remove / massively simplfy the RTD pages following #114