mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for pull request #275, #1537; sphinx.ext.intersphinx supports multiple target for the inventory.
This commit is contained in:
parent
aa744dda97
commit
0633892fde
4
CHANGES
4
CHANGES
@ -58,7 +58,9 @@ Features added
|
|||||||
* Automatically compile ``*.mo`` files from ``*.po`` files when
|
* Automatically compile ``*.mo`` files from ``*.po`` files when
|
||||||
:confval:`gettext_auto_build` is True (default) and ``*.po`` is newer than
|
:confval:`gettext_auto_build` is True (default) and ``*.po`` is newer than
|
||||||
``*.mo`` file.
|
``*.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
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
@ -102,6 +102,8 @@ linking:
|
|||||||
``http://docs.python.org/3.2``. It is up to you to update the inventory file
|
``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.
|
as new objects are added to the Python documentation.
|
||||||
|
|
||||||
|
**Multiple target for the inventory**
|
||||||
|
|
||||||
.. versionadded:: 1.3
|
.. versionadded:: 1.3
|
||||||
|
|
||||||
Alternative files can be specified for each inventory. One can give a
|
Alternative files can be specified for each inventory. One can give a
|
||||||
|
Loading…
Reference in New Issue
Block a user