make :any: role work with intersphinx!

This commit is contained in:
Georg Brandl
2014-09-19 13:31:55 +02:00
parent e1169d0937
commit a973daea41
3 changed files with 20 additions and 10 deletions
+4
View File
@@ -86,6 +86,10 @@ Cross-referencing anything
Python module (usually ``:py:mod:`signal``` or ``:mod:`signal```) and a
section (usually ``:ref:`about-signals```).
The :rst:role:`any` role also works together with the
:mod:`~sphinx.ext.intersphinx` extension: when no local cross-reference is
found, all object types of intersphinx inventories are also searched.
Cross-referencing objects
-------------------------