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

Commit 6d8d657

Browse files
authored
Bump ver (#527)
* bump version to 3.0.1 * Disable 'Edit on Github' links, fixes #512
1 parent 77f5b61 commit 6d8d657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# should be over-written using rebar-inherited settings
3636
version = "3.0"
37-
release = "3.0.0"
37+
release = "3.0.1"
3838

3939
project = u"Apache CouchDB\u00ae"
4040

@@ -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)