馃悶 Problem
The class method from_orbit description inside Ephem class is not being rendered correct & can be seen here in the latest documentation build.
馃挕 Possible solutions
Formatting the docstring for the from_orbit class method may fix the rendering issue. Care must be taken so as to adhere to the .rst format for Sphinx documentation generation for API Docs
Unclear what's failing 馃 But we should investigate and fix it.
Yes, locally testing does render that part correctly but maybe something happened that causes the latest docs to not render it as expected...
Hello @astrojuanlu... This seems to be something weird going on ... I recently rebased the #1107 PR & then tried checking for the documentation of the from_orbit function ... and it fixes the documentation as seen here
Perhaps a transient version problem. I'll try to rebuild main and see what happens.
The Description in the from_orbit seems to render Correctly as per https://docs.poliastro.space/en/latest/autoapi/poliastro/ephem/index.html#poliastro.ephem.Ephem.from_orbit.So it Doesn't Look Unclear that what Should be rendered @DhruvSondhi :)
It got fixed after rebuilding the docs. Closing!
Most helpful comment
Perhaps a transient version problem. I'll try to rebuild
mainand see what happens.