File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
- .DS_Store
1
+ .DS_Store
2
+ build /*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 26
26
27
27
html_theme = 'pydata_sphinx_theme'
28
28
html_static_path = ['_static' ]
29
+
30
+ # Added theme configuration. See: https://pydata-sphinx-theme.readthedocs.io/
31
+
32
+ # html_logo = "_static/logo.png"
33
+
34
+ html_theme_options = {
35
+ "use_edit_page_button" : True ,
36
+ "icon_links" : [
37
+ {
38
+ "name" : "GitHub" ,
39
+ "url" : "https://github.com/tractometry/" ,
40
+ "icon" : "fab fa-github-square" ,
41
+ }]
42
+
43
+ }
44
+
45
+ html_context = {
46
+ "github_url" : "https://github.com" ,
47
+ "github_user" : "tractometry" ,
48
+ "github_repo" : "tractometry.github.io" ,
49
+ "github_version" : "main" ,
50
+ "doc_path" : "source" ,
51
+ }
You can’t perform that action at this time.
0 commit comments