diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index dfde26293..249926a0b 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -453,3 +453,6 @@ ul.sponsor { padding: 0.4rem 0.6rem; } +.doc.doc-object.doc-class .doc.doc-heading { + display: none; +} diff --git a/docs_theme/main.html b/docs_theme/main.html index b4e894781..1afed1dcd 100644 --- a/docs_theme/main.html +++ b/docs_theme/main.html @@ -86,15 +86,19 @@ {% endif %} {% for toc_item in page.toc %} -