Hi all!

I tried to reproduce the behaviour of the docs.
http://www.sphinx-doc.org/en/stable/markup/inline.html?highlight=referenc#role-any

"""
For example, in the Python domain a reference of :any:`Builder` would
match the sphinx.builders.Builder class.
"""

This does not work in my project. I have to use
:class:`sphinx.builders.Builder` to get the right link.

Message of sphinx-build is:

WARNING: 'any' reference target not found: Builder


Any hints?
juh

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
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