mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
7
CHANGES
7
CHANGES
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user