summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-19 12:59:18 +0200
committerGeorg Brandl <georg@python.org>2014-09-19 12:59:18 +0200
commit6a5f1407d6f338f2d200ef013117f0d995c787cd (patch)
tree232ce929b08fdf98d9d5d229c27238fe67091a47 /CHANGES
parent152c995c650694dfe317cf124c57c397a250d67a (diff)
downloadsphinx-6a5f1407d6f338f2d200ef013117f0d995c787cd.tar.gz
Added the `any` role that can be used to find a cross-reference of
*any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 57d285ad..7146251c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,8 @@ Incompatible changes
* #1543: :confval:`templates_path` is automatically added to
:confval:`exclude_patterns` to avoid reading autosummary rst templates in the
templates directory.
+* Custom domains should implement the new :meth:`~Domain.resolve_any_xref`
+ method to make the :rst:role:`any` role work properly.
Features added
--------------
@@ -26,6 +28,9 @@ Features added
* Add support for docutils 0.12
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
+* Added the :rst:role:`any` role that can be used to find a cross-reference of
+ *any* type in *any* domain. Custom domains should implement the new
+ :meth:`~Domain.resolve_any_xref` method to make this work properly.
* Exception logs now contain the last 10 messages emitted by Sphinx.
* Added support for extension versions (a string returned by ``setup()``, these
can be shown in the traceback log files). Version requirements for extensions