-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Opening an issue here since this will be a big PR, and to avoid me writing lengthy threads about it in Slack.
Since we're pyOpenSci we might want to use Python tools to build the site.
IME converting from any .md-based static site builder to a site built with myst-parser + sphinx is actually fairly painless.
E.g., I converted our site on code review from Hugo to the jupyter book theme built on readthedocs
ResearchCodeReviewCommunity/dev-review#75
https://dev-review.readthedocs.io/en/latest/
Big issue would be the theme we have.
AFAICT it's minimal-mistakes with some custom css?
I don't know how much of the theme-ing happens in Ruby v. html + css -- i.e. if we could just vendor the html + css to make an initial transition then it would be easy to test out with a PR.