From 9e1a32b52caec6103f686e435b9e4b2bb68d0249 Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Mon, 27 Apr 2020 16:35:51 -0400 Subject: [PATCH 1/2] bump version to 3.0.1 --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index b71e06f4..1a2aa3cd 100644 --- a/src/conf.py +++ b/src/conf.py @@ -34,7 +34,7 @@ # should be over-written using rebar-inherited settings version = "3.0" -release = "3.0.0" +release = "3.0.1" project = u"Apache CouchDB\u00ae" From a498a08ebab6c11a4967f56be16dbfff05f046a9 Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Mon, 27 Apr 2020 16:41:04 -0400 Subject: [PATCH 2/2] 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 1a2aa3cd..b3c302d2 100644 --- a/src/conf.py +++ b/src/conf.py @@ -72,7 +72,7 @@ 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",