diff --git a/CHANGES b/CHANGES index 3123cf678..b69c2bb71 100644 --- a/CHANGES +++ b/CHANGES @@ -58,7 +58,9 @@ Features added * Automatically compile ``*.mo`` files from ``*.po`` files when :confval:`gettext_auto_build` is True (default) and ``*.po`` is newer than ``*.mo`` file. -* #623: :mod:`~sphinx.ext.viewcode` support imported function/class aliases. +* #623: :mod:`~sphinx.ext.viewcode` supports imported function/class aliases. +* PR#275: :mod:`~sphinx.ext.intersphinx` supports multiple target for the + inventory. Thanks to Brigitta Sipocz. Bugs fixed ---------- diff --git a/doc/ext/intersphinx.rst b/doc/ext/intersphinx.rst index d267c5992..94047f8ec 100644 --- a/doc/ext/intersphinx.rst +++ b/doc/ext/intersphinx.rst @@ -102,6 +102,8 @@ linking: ``http://docs.python.org/3.2``. It is up to you to update the inventory file as new objects are added to the Python documentation. + **Multiple target for the inventory** + .. versionadded:: 1.3 Alternative files can be specified for each inventory. One can give a