/* Get rid of the double header on the page. This should really be fixed * in the openstackdocstheme, but this is a temporary fix. */ .docs-body h1 { display: none; } /* Make the panels (sphinx-panels extension) respect a page's natural * text width. */ div.sphinx-bs.container.pb-4.docutils { width: auto; }