P. L. Lim

Results 2074 comments of P. L. Lim

You can try ping the conda-forge people on your recipe.

Thank you for your interest, @tvarnish ! How about something that injects straight into the docstring, instead of having to generate a new file? Something like this: https://github.com/astropy/astropy/blob/4b7fcafa0b3b4e30d10ce9ffe60aece4a6ef3675/astropy/units/utils.py#L78

p.s. I'll defer to @eteq for a final design decision as injecting into docstring is a little different from his original example.

@mshieldsdunn , I agree with your assessment. Thank you for the thoughtful comment! @eteq , as the person who suggested this originally, what say you?

Not sure if you noticed but the oldest dependencies job runs astropy 4.1, not 3.1 as set in `tox.ini`. Example log: https://github.com/astropy/astroquery/runs/1685763696?check_suite_focus=true

For the nightly astropy, I thought @cadair set it up, but I don't know how to use it.

Joe, you should have stopped when it was green. 😆

Green now! Is this ready? Should I ping @mwcraig to merge?

I am not sure if we ever updated this to work with annotation. Does it work if you use `sphinx.ext.napoleon` instead of this package?

If `sphinx.ext.napoleon` also hangs, probably an issue with Sphinx, and not just `sphinx-automodapi`? I would suggest you get a reproducible example without sphinx-automodapi and report that upstream. Our devs are...