NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Issue #188 - Fix readthedocs build for DSN #190

Closed nttoole closed 1 year ago

nttoole commented 1 year ago

To resolve a recursion error when DMC loads the leapseconds file, we have to monkey-patch Sphinx, and this is done via adding that to the conf.py file

Also made some minor updates to a few RST files to get rid of some of the warnings.

Proof of successful build: https://readthedocs.org/projects/ait-dsn/builds/17471758/

Fixes #188