Hi, I see what looks to be support for this in the code here 
<https://github.com/sphinx-doc/sphinx/blob/master/sphinx/addnodes.py#L58>, 
but I'm unable to get it to work.

More concretely, if I have a .rst file like this:
.. toctree::
   :maxdepth: 2
   :caption: Contents:

    Explicit Title <some_doc>
    External Link <https://google.com>

I want "Contents:", "Explicit Title", and "External Link" to be extracted 
into a .pot file, (and later to be replaced by the translated strings in a 
.po file), but this isn't happening.

It looks like there's code to do this, so maybe I'm doing something wrong.

Thanks for the help!
-Joe

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to