From d95e30cae5f3c3d155b03d09a11f50d41a4b022e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 9 Feb 2021 08:35:04 +0100 Subject: shiboken6/Documentation: Fix the TOC table to appear Remove the indentation, which is throwing off sphinx. Task-number: PYSIDE-841 Change-Id: I865d9ea71c052d29ac8d1796918675cb9c17b87d Reviewed-by: Cristian Maureira-Fredes (cherry picked from commit f737b174b08f029bd8ae209d3ef24137317610a8) Reviewed-by: Qt Cherry-pick Bot --- sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp b/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp index 18536a639..e25bd5c76 100644 --- a/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp +++ b/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp @@ -856,8 +856,6 @@ void QtDocGenerator::writeModuleDocumentation() << title << '\n' << Pad('*', title.length()) << "\n\n"; - /* Avoid showing "Detailed Description for *every* class in toc tree */ - Indentation indentation(s); // Store the it.key() in a QString so that it can be stripped off unwanted // information when neeeded. For example, the RST files in the extras directory // doesn't include the PySide# prefix in their names. -- cgit v1.2.3