liberfa / pyerfa

Python bindings for ERFA routines
https://pyerfa.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 24 forks source link

Ensure graphviz is installed for readthedocs #150

Closed mhvk closed 3 months ago

mhvk commented 3 months ago

Currently, our docs are missing the inheritance diagrams - see https://pyerfa.readthedocs.io/en/latest/api.html#class-inheritance-diagram

I had similar problems in my own packages and found that what was needed was to install graphviz, so that is added here.

mhvk commented 3 months ago

Thanks, the latest build shows it worked... https://pyerfa.readthedocs.io/en/latest/api.html#class-inheritance-diagram (not that the inheritance diagram is very exciting...)