Skip to content

Commit 90cb9d1

Browse files
committed
feat(docs): don't include source files.
1 parent 2a8ab58 commit 90cb9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,14 @@
132132
"use_repository_button": True,
133133
"use_issues_button": True,
134134
"use_edit_page_button": True,
135-
"use_download_button": True,
135+
"use_download_button": False,
136136
"home_page_in_toc": True,
137137
}
138138

139139
html_logo = "_static/logos/mri-nufft.png"
140140
html_favicon = "_static/logos/mri-nufft-icon.png"
141141
html_title = "MRI-nufft Documentation"
142+
html_copy_source = False
142143
html_show_sourcelink = False
143144
html_context = {
144145
"github_user": "mind-inria",

0 commit comments

Comments
 (0)