summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2022-09-08 23:29:08 -0400
committerNick Vatamaniuc <vatamane@apache.org>2022-09-08 23:29:08 -0400
commit1907b0bd40f7d4b74b069e38167613a18973e0c6 (patch)
tree8d43a27fd0578541e53d29255902dd0ddb77bf9a
parentdd45360f9aa07d110aaa9428a730a0e5d3236843 (diff)
downloadcouchdb-1907b0bd40f7d4b74b069e38167613a18973e0c6.tar.gz
Update docs conf.py file with new repo and paths
-rw-r--r--src/docs/src/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/docs/src/conf.py b/src/docs/src/conf.py
index 7eecf8185..c0da58004 100644
--- a/src/docs/src/conf.py
+++ b/src/docs/src/conf.py
@@ -76,8 +76,8 @@ html_context = {
# 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",
- "github_repo": "couchdb-documentation",
- "github_version": "master/src/",
+ "github_repo": "couchdb",
+ "github_version": "main/src/",
}
master_doc = "index"
@@ -110,11 +110,11 @@ extlinks = {
),
}
-github_project = "apache/couchdb-documentation"
+github_project = "apache/couchdb"
-html_context["git_branch"] = github_branch = "master"
+html_context["git_branch"] = github_branch = "main"
-github_docs_path = "src"
+github_docs_path = "src/docs/src"
def setup(app):