Skip to content

Commit aa64f47

Browse files
authored
Merge pull request numpy#232 from rossbar/disable-edit-page
Turn off edit-this-page button.
2 parents ad2e61c + f6a2721 commit aa64f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"repository_branch": "main",
6666
"use_repository_button": True,
6767
"use_issues_button": True,
68-
"use_edit_page_button": True,
68+
"use_edit_page_button": False,
6969
"path_to_docs": "site/",
7070
"launch_buttons": {
7171
"binderhub_url": "https://mybinder.org",

0 commit comments

Comments
 (0)