-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use canonical filename of RTD configuration and enable nitpicky
#149
use canonical filename of RTD configuration and enable nitpicky
#149
Conversation
Please fix the warnings too. Thanks! |
This is very old code. Be careful not to go too deep in the rabbit hole. |
22b3e17
to
f059fd6
Compare
Good point, I will call it here then. |
doc/source/conf.py
Outdated
('py:class', 'astropy.io.fits.hdu.image.PrimaryHDU'), | ||
('py:class', 'astropy.io.fits.hdu.image.ImageHDU'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of ignoring, use the proper API ref for astropy.io.fits objects.
https://docs.astropy.org/en/stable/io/fits/api/images.html#astropy.io.fits.ImageHDU
https://docs.astropy.org/en/stable/io/fits/api/hdus.html#astropy.io.fits.PrimaryHDU
Almost there:
|
a1c2347
to
a1dc450
Compare
a1dc450
to
5cf3ef8
Compare
Description
change
.readthedocs.yml
->.readthedocs.yaml
and also enablenitpicky
to validate links