diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css
new file mode 100644
index 0000000..c17e825
--- /dev/null
+++ b/docs/source/_static/css/custom.css
@@ -0,0 +1,7 @@
+/* import read the docs's css file */
+@import 'theme.css';
+
+/* make the logo in the side bar less wide */
+.wy-side-nav-search > a img.logo {
+ max-width: 80%;
+}
\ No newline at end of file
diff --git a/docs/source/_static/memon-logo-white.svg b/docs/source/_static/memon-logo-white.svg
deleted file mode 100644
index cd62cad..0000000
--- a/docs/source/_static/memon-logo-white.svg
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
diff --git a/docs/source/_static/memon-logo.svg b/docs/source/_static/memon-logo.svg
index 866edfc..5c4f255 100644
--- a/docs/source/_static/memon-logo.svg
+++ b/docs/source/_static/memon-logo.svg
@@ -5,49 +5,97 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="707.93701"
- height="107.93701"
- viewBox="0 0 187.30832 28.558335"
+ width="407.93701"
+ height="187.00218"
+ viewBox="0 0 107.93333 49.477662"
version="1.1"
id="svg8"
- inkscape:version="1.0.1 (1.0.1+r73)"
- sodipodi:docname="memon-logo.svg">
+ inkscape:version="1.0.2 (1.0.2+r75+1)"
+ sodipodi:docname="memon-logo (packed + broken line + white + drop shadow).svg">
+ id="defs2">
+
+
+ fit-margin-bottom="10"
+ inkscape:snap-text-baseline="true"
+ inkscape:snap-global="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-intersection-paths="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:snap-grids="false"
+ inkscape:object-nodes="true"
+ inkscape:object-paths="false"
+ inkscape:snap-bbox="false"
+ inkscape:snap-to-guides="true"
+ inkscape:snap-midpoints="true">
+ originx="-25.40833"
+ originy="-30.947338" />
+
+
+
+
+
+
+
@@ -57,42 +105,112 @@
image/svg+xml
-
+
+
+ transform="translate(-25.408333,-30.947337)"
+ style="display:inline">
+ style="fill:none;stroke:#ffffff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="M 29.104168,55.562499 V 76.729166 H 50.270835 V 55.562499 Z"
+ inkscape:label="white square 1" />
+ style="fill:none;stroke:#ffffff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 55.562501,55.562499 V 76.729166 H 76.729168 V 55.562499 Z"
+ inkscape:label="white square 2" />
+ style="fill:none;stroke:#ffffff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="M 82.020834,55.562499 V 76.729166 H 103.1875 V 55.562499 Z"
+ inkscape:label="white square 3" />
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 108.47916,55.562499 v 21.166667 h 21.16667 V 55.562499 Z"
+ inkscape:label="black square" />
+ id="g869"
+ transform="matrix(-1,0,0,1,238.125,26.458333)"
+ inkscape:label="long note tail">
+ style="fill:none;stroke:#ffffff;stroke-width:2.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 161.39583,39.6875 H 182.5625"
+ id="path863"
+ inkscape:label="tail"
+ sodipodi:nodetypes="cc" />
+ id="path865"
+ inkscape:label="tip" />
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5e426f0..666c11d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -59,7 +59,11 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
-html_logo = '_static/memon-logo-white.svg'
+html_logo = '_static/memon-logo.svg'
+
+html_css_files = [
+ 'css/custom.css',
+]
html_theme_options = {
'logo_only': False,