We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915da71 commit 2b1f1b8Copy full SHA for 2b1f1b8
3 files changed
.gitignore
@@ -1 +1,2 @@
1
-.DS_Store
+.DS_Store
2
+build/*
index.html
source/conf.py
@@ -26,3 +26,26 @@
26
27
html_theme = 'pydata_sphinx_theme'
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
0 commit comments