We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb305d commit 51fbb81Copy full SHA for 51fbb81
1 file changed
docs/source/conf.py
@@ -17,7 +17,7 @@
17
18
# -- Project information -----------------------------------------------------
19
20
-project = "nexb-skeleton"
+project = "PurlDB"
21
copyright = "nexB Inc. and others."
22
author = "AboutCode.org authors and contributors"
23
@@ -67,8 +67,8 @@
67
html_context = {
68
"display_github": True,
69
"github_user": "nexB",
70
- "github_repo": "nexb-skeleton",
71
- "github_version": "develop", # branch
+ "github_repo": "purldb",
+ "github_version": "main", # branch
72
"conf_py_path": "/docs/source/", # path in the checkout to the docs root
73
}
74
0 commit comments