+                     }}) {{ sidebar() }}
                 	{{ sidebar() }}
                 
                  }}) {{ sidebar() }}
                 	{{ sidebar() }}
                 
-                    {%- if next and prev == None %}
+                    {%- if prev == None %}
                         
-                            
{{ docstitle }}
+{{ project }} documentation
diff --git a/docs/source/_themes/Alchemy/static/Alchemy.css_t b/docs/source/_themes/Alchemy/static/Alchemy.css_t index 25e4a85..e9eda2f 100644 --- a/docs/source/_themes/Alchemy/static/Alchemy.css_t +++ b/docs/source/_themes/Alchemy/static/Alchemy.css_t @@ -10,14 +10,6 @@ tt.literal{ font-weight:bold; } -h2{ - margin: 15px 0 5px; -} - -h3{ - margin: 15px 0 10px; -} - a.headerlink { display:none; } diff --git a/docs/source/_themes/Alchemy/static/bootstrapCustom.css b/docs/source/_themes/Alchemy/static/bootstrapCustom.css new file mode 100644 index 0000000..e735fde --- /dev/null +++ b/docs/source/_themes/Alchemy/static/bootstrapCustom.css @@ -0,0 +1,7 @@ +h2{ + padding: 40px 0 5px; +} + +h3{ + padding: 40px 0 10px; +} \ No newline at end of file diff --git a/docs/source/_themes/Alchemy/static/img/project.png b/docs/source/_themes/Alchemy/static/img/project.png new file mode 100644 index 0000000..173d25f Binary files /dev/null and b/docs/source/_themes/Alchemy/static/img/project.png differ diff --git a/docs/source/_themes/Alchemy/static/main.css b/docs/source/_themes/Alchemy/static/main.css index eecbb8f..d784954 100644 --- a/docs/source/_themes/Alchemy/static/main.css +++ b/docs/source/_themes/Alchemy/static/main.css @@ -1,3 +1,6 @@ /** * Here you write your customizations */ +body, html { + background-color:#CEC7CB; +} \ No newline at end of file
 -
-