We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712cad4 commit 9d259c5Copy full SHA for 9d259c5
2 files changed
doc/conf.py
@@ -115,6 +115,7 @@
115
'github_repo': 'voxelwise_tutorials',
116
'github_type': 'star',
117
'page_width': '1200px',
118
+ 'sidebar_width': '235px',
119
'logo': 'flatmap.png',
120
'logo_name': 'voxelwise',
121
'description': 'Voxelwise modeling tutorials',
doc/static/custom.css
@@ -16,3 +16,8 @@ div.sphinxsidebar {
16
max-height: 100%;
17
overflow-y: auto;
18
}
19
+div.sphx-glr-download a{
20
+ background-image: none;
21
+ background-color: rgb(238, 238, 238);
22
+ border-color: rgb(204, 204, 204);
23
+}
0 commit comments