mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add top-classes option to sphinx.ext.inheritance_diagram
This will limit the scope of inheritance traversal
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -17,6 +17,8 @@ Features added
|
||||
* C++, add a ``cpp:expr`` role for inserting inline C++ expressions or types.
|
||||
* #3638: Allow to change a label of reference to equation using
|
||||
``math_eqref_format``
|
||||
* Add ``top-classes`` option for the ``sphinx.ext.inheritance_diagram``
|
||||
extension to limit the scope of inheritance graphs.
|
||||
|
||||
Features removed
|
||||
----------------
|
||||
@@ -52,8 +54,10 @@ Bugs fixed
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
* Add tests for the ``sphinx.ext.inheritance_diagram`` extension.
|
||||
|
||||
|
||||
Release 1.6.3 (in development)
|
||||
==============================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user