You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/04/27 20:41:15 UTC

[couchdb-documentation] branch bump-ver updated: Disable 'Edit on Github' links, fixes #512

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch bump-ver
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/bump-ver by this push:
     new a498a08  Disable 'Edit on Github' links, fixes #512
a498a08 is described below

commit a498a08ebab6c11a4967f56be16dbfff05f046a9
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon Apr 27 16:41:04 2020 -0400

    Disable 'Edit on Github' links, fixes #512
---
 src/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf.py b/src/conf.py
index 1a2aa3c..b3c302d 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -72,7 +72,7 @@ html_additional_pages = {"download": "pages/download.html", "index": "pages/inde
 html_context = {
     "ga_code": "UA-658988-6",
     # Enable the "Edit in GitHub link within the header of each page.
-    "display_github": True,
+    "display_github": False,
     # Set the following variables to generate the resulting github URL for each page.
     # Format Template: https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}
     "github_user": "apache",