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
I'm currently trying to automatically number my figure captions in my document using :numfig:. I've followed Sphinx's numref documentation, which generates the following.
I'm not sure whether this is a bug, or user error. I just cannot seem to find any solution online.
Source files
I cannot share the entire source code directly. Here's a snippet of the code that's generating this issue.
Could it be that you're rendering this using rinoh? The numref role is provided by Sphinx, so it cannot be rendered by rinoh which only supports whatever docutils supports.
Note that rinohtype does not support custom reference text as in :numref:Image of Sphinx (Fig. %s) ` since there is no reliable way to distinguish between a custom title provided by the user and the default numbered reference text generated by Sphinx. See also #244 (comment).
Is there an existing issue for this?
PDF produced by rinohtype
I'm currently trying to automatically number my figure captions in my document using
:numfig:
. I've followed Sphinx's numref documentation, which generates the following.I'm not sure whether this is a bug, or user error. I just cannot seem to find any solution online.
Source files
I cannot share the entire source code directly. Here's a snippet of the code that's generating this issue.
Versions
The text was updated successfully, but these errors were encountered: