You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, py:attributes does not handle :type: field especially. But, since 1.8, it has been handled as types forcedly. I think #4047 contains a bug like this.
+1 for fixing this.
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Sep 22, 2018
Problem
As of sphinx 1.8.0
:term:
references in a:type:
no longer appear to work.Procedure to reproduce the problem
Use this rst:
Then run sphinx-build against it with a default conf and you'll see:
WARNING: py:class reference target not found: test
In 1.7.9 and before this would properly link.
Environment
The text was updated successfully, but these errors were encountered: