Add top-classes option to sphinx.ext.inheritance_diagram

This will limit the scope of inheritance traversal
This commit is contained in:
Mr. Senko
2016-01-21 11:11:06 +02:00
parent 72e70b1b36
commit 9486f0d8f7
7 changed files with 165 additions and 7 deletions

View File

@@ -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)
==============================