OttoStruve / muler

A Python package for working with pipeline-produced spectra from IGRINS, HPF, and Keck NIRSPEC
https://muler.readthedocs.io
MIT License
15 stars 9 forks source link

Standardize paths to example data in the tutorials, and (for now) always re-render notebooks with nbsphinx #98

Closed gully closed 2 years ago

gully commented 2 years ago

Would be a step towards addressing #93.

gully commented 2 years ago

Ok, merging this should break the documentation since read the docs will not be able to find the muler_example_data/ path locally. I explored ways to get this to work, but it's tricky. I need something like a custom hook to force RTD to install the muler_example_data/ into the same parent directory as muler/.

I am experimenting with adding a .readthedocs.yaml file to provide instructions for pre- and post-build commands... let's see how it works...