-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Blocked by
- sphinx 7.2, see Fixes missing and broken links in inheritance diagrams sphinx-doc/sphinx#10614 (comment)
- sphinx-automodapi 0.16 with Fix broken inheritance-diagram links due to the smart resolver sphinx-automodapi#172
In class inheritance diagrams the links to the classes are broken. For example here.
The problem seems to be that these links don't include the branch, for example:
- Link: http://astropy.readthedocs.io/en/api/astropy.wcs.NoSolutionError.html#astropy.wcs.NoSolutionError does not work
- but http://astropy.readthedocs.io/en/latest/api/astropy.wcs.NoSolutionError.html#astropy.wcs.NoSolutionError (with the latest) does.
Not sure if this is astropy related. If not could you point me in the right direction?