diff doc/_static/css/custom_style.css @ 367:b4185dc7b574

Update sphinx config to use numpy convention and custom css style
author Amine Sehili <amine.sehili@gmail.com>
date Sun, 03 Jan 2021 18:46:40 +0100
parents
children edcc102fb33f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/_static/css/custom_style.css	Sun Jan 03 18:46:40 2021 +0100
@@ -0,0 +1,29 @@
+div.wy-side-nav-search .version {
+    color: #DDDDDD;
+    font-weight: bold;
+}
+
+nav.wy-nav-top {
+    background: #343131;
+}
+
+div.wy-nav-content {
+    max-width: 980px;
+}
+
+span.caption-text {
+    color: #45ea77;
+    font-size: 1.1em;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+.toctree-wrapper span.caption-text  {
+    color: #e4188b;
+    font-size: 1.1em;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+h1, h2 {
+
+    font-family: Arial, Helvetica, sans-serif;
+}