BrownDwarf / gollum

A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
https://gollum-astro.readthedocs.io/
MIT License
20 stars 5 forks source link

Read the docs builds failing due to absence of .readthedocs.yml #95

Closed gully closed 4 months ago

gully commented 9 months ago

The Read The Docs (RTD) builds are failing due to absence of .readthedocs.yml as described in this RTD blog post:

https://blog.readthedocs.com/use-build-os-config/

The fix should be straightforward: 1) Mimic the .readthedocs.yml from, say muler: https://github.com/OttoStruve/muler/blob/main/.readthedocs.yaml 2) Spot-check that the most recent build passes: ✅ 3) If it doesn't pass, drill down into the build steps to debug what went wrong.

@SujayShankar2001 has admin access to RTD now, as does @ericasaw and @kfkaplan