P. L. Lim
P. L. Lim
Hopefully you'll find a resolution there. Good luck!
Oh, interesting. Thanks for reporting back!
Someone would have to spend some time debugging automodapi to see what exactly is causing this problem. Not sure if our core developers currently have time for this. So if...
👍 to marking as remote and (optionally) open follow-up issue to see if it can run offline in the future.
@lovesegfault , do you have a list of the failed tests in sandboxed env? I can mark them or a PR is also very welcome. Thanks!
You would need to add `pytest-remotedata` (https://github.com/astropy/pytest-remotedata) here: https://github.com/astropy/sphinx-automodapi/blob/c4aa83731cf785cb8ad1bee982f15b25f316775a/setup.cfg#L26 Then you can use it like this: ```python import pytest @pytest.mark.remote_data def some_test_that_needs_internet(): # Much internet, so remote ```
You are pushing that `Spectrum1D` everywhere (https://github.com/spacetelescope/synphot_refactor/issues/43#issuecomment-328649865). :wink: I am linking the issue here for my own future reference when `synphot` uses this package. :smile:
> is it possible to get the readthedocs to include member functions that are inherited in the API documentation? You mean something like http://docs.astropy.org/en/stable/api/astropy.utils.misc.InheritDocstrings.html ?
> But I thought we were no longer supposed to use six? That `six` call appears to be in `matplotlib/sphinxext/plot_directive.py`, which is upstream of `astropy`. > will this work for...
In my own projects, I usually go the "lazy" route of just stating "see base class doc for more info". Granted that is not very convenient but it is easy!