diff --git a/src/conf.py b/src/conf.py index b71e06f4..b3c302d2 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" @@ -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",