From f8b6f0927ee34cd606b47b68d0c999b9d0275ea5 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 5 Oct 2022 14:36:38 +0200 Subject: [PATCH] Fix title duplication Sphinx4 produces a different structure, so the CSS hack that was posted to avoid duplication of titles no longer works. Apply the same hack to the new structure. See also: https://review.opendev.org/798897 Change-Id: Ic7eb8b90e5d68f390ef9015fa41dddac943cba3a --- doc/source/_themes/releases/static/css/combined.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/_themes/releases/static/css/combined.css b/doc/source/_themes/releases/static/css/combined.css index 157d250ddc..92a4887476 100644 --- a/doc/source/_themes/releases/static/css/combined.css +++ b/doc/source/_themes/releases/static/css/combined.css @@ -4647,6 +4647,8 @@ table.highlighttable { .docs-body .section h1 { display: none; } +.docs-body section h1 { + display: none; } .docs-top-contents a[href="#"] { display: none;