From d33ae65a7e3701dd87fe7dc70443365b130611f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Giera=C5=82towski?= Date: Tue, 8 Aug 2023 16:13:19 +0200 Subject: [PATCH] Fixed #54454 issue --- doc/_templates/autosummary/class.rst | 8 ++++++++ doc/_templates/autosummary/class_without_autosummary.rst | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 doc/_templates/autosummary/class_without_autosummary.rst diff --git a/doc/_templates/autosummary/class.rst b/doc/_templates/autosummary/class.rst index a9c9bd2b6507f..efffb2059cd95 100644 --- a/doc/_templates/autosummary/class.rst +++ b/doc/_templates/autosummary/class.rst @@ -31,3 +31,11 @@ {% endif %} {% endblock %} + +{{ fullname }} +{{ underline }} + +.. currentmodule:: {{ module }} + +.. autoclass:: {{ objname }} + diff --git a/doc/_templates/autosummary/class_without_autosummary.rst b/doc/_templates/autosummary/class_without_autosummary.rst deleted file mode 100644 index 6676c672b206d..0000000000000 --- a/doc/_templates/autosummary/class_without_autosummary.rst +++ /dev/null @@ -1,6 +0,0 @@ -{{ fullname }} -{{ underline }} - -.. currentmodule:: {{ module }} - -.. autoclass:: {{ objname }}