Merge pull request #7538 from tk0miya/7535_autogen_crashes_on_inherited_template

Fix #7535: sphinx-autogen: crashes when custom template uses inheritance
This commit is contained in:
Takeshi KOMIYA
2020-04-23 21:46:06 +09:00
committed by GitHub
4 changed files with 90 additions and 18 deletions

View File

@@ -12,8 +12,12 @@ Incompatible changes
Deprecated
----------
* The ``template_dir`` argument of ``sphinx.ext.autosummary.generate.
AutosummaryRenderer``
* The ``module`` argument of ``sphinx.ext.autosummary.generate.
find_autosummary_in_docstring()``
* The ``template_dir`` argument of ``sphinx.ext.autosummary.generate.
generate_autosummary_docs()``
Features added
--------------
@@ -30,6 +34,7 @@ Features added
caption to the toctree
* #248, #6040: autosummary: Add ``:recursive:`` option to autosummary directive
to generate stub files recursively
* #7535: sphinx-autogen: crashes when custom template uses inheritance
* #7481: html theme: Add right margin to footnote/citation labels
* #7482: html theme: CSS spacing for code blocks with captions and line numbers
* #7443: html theme: Add new options :confval:`globaltoc_collapse` and