Closes #1962: when adding directives, roles or nodes from an extension, warn if such

an element is already present (built-in or added by another extension).
This commit is contained in:
Georg Brandl
2015-07-21 12:42:13 +02:00
parent cb2f35e229
commit cdf0f8253c
2 changed files with 25 additions and 2 deletions

View File

@@ -7,12 +7,15 @@ Incompatible changes
Features added
--------------
* #1962: when adding directives, roles or nodes from an extension, warn if such
an element is already present (built-in or added by another extension).
Bugs fixed
----------
* #1789: ``:pyobject:`` option of ``literalinclude`` directive includes following
lines after class definitions
* #1790: ``literalinclude`` strips empty lines at the head and tail
lines after class definitions.
* #1790: ``literalinclude`` strips empty lines at the head and tail.
* #1913: C++, fix assert bug for enumerators in next-to-global and global scope.
Documentation