Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit a498a08

Browse files
committed
Disable 'Edit on Github' links, fixes #512
1 parent 9e1a32b commit a498a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
html_context = {
7373
"ga_code": "UA-658988-6",
7474
# Enable the "Edit in GitHub link within the header of each page.
75-
"display_github": True,
75+
"display_github": False,
7676
# Set the following variables to generate the resulting github URL for each page.
7777
# Format Template: https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}
7878
"github_user": "apache",

0 commit comments

Comments
 (0)