From 687ccaeb65cd4342725e40b7cfce52b144ff47c9 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 17 Mar 2022 12:29:49 +0200 Subject: [PATCH] Try to add custom.css back --- docs/_static/custom.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/_static/custom.css diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 00000000..1ceffe0b --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,3 @@ +body div.sphinxsidebarwrapper p.logo { + text-align: left; +}