You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python 3.8 limitation with Netlify is untenable; among other things, 3.8 official support will end soon. Currently we use Netlify only for the website previews in PR's.
In addition, our pages are hosted on github pages using a scheme that allows us to host previously built pages (OHW19-21) together with newly built, Sphinx based pages. This, too, adds a burden.
See #249 and #237 for related, earlier discussions.
@abkfenris and I met a week ago to discuss this. The plan we came up with to move to ReadTheDocs for both website hosting and PR previews. It will entail:
Simplify the environment build process, possibly using pixi
Move to ReadTheDocs
We will not move the original Jekyll OHW18-21 files. We don't anticipate a need for editing those old files and rebuilding the pages with Jekyll. Future, occasional need for updating old pages (mainly fixing broken links, if at all) will be done directly on the built HTML pages.
The text was updated successfully, but these errors were encountered:
The Python 3.8 limitation with Netlify is untenable; among other things, 3.8 official support will end soon. Currently we use Netlify only for the website previews in PR's.
In addition, our pages are hosted on github pages using a scheme that allows us to host previously built pages (OHW19-21) together with newly built, Sphinx based pages. This, too, adds a burden.
See #249 and #237 for related, earlier discussions.
@abkfenris and I met a week ago to discuss this. The plan we came up with to move to ReadTheDocs for both website hosting and PR previews. It will entail:
master
(github pages) branch tosource
. Test folding the OHW19-21 built files intosource
#314source
branch, like ohw19-21 pages.We will not move the original Jekyll OHW18-21 files. We don't anticipate a need for editing those old files and rebuilding the pages with Jekyll. Future, occasional need for updating old pages (mainly fixing broken links, if at all) will be done directly on the built HTML pages.
The text was updated successfully, but these errors were encountered: