Skip to content

Commit 02d1a70

Browse files
authored
fix-github-links (#471)
1 parent 6dc3d27 commit 02d1a70

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"type": "local",
5959
}
6060
],
61-
"github_url": "https://github.com/jupyterlab/jupyter_collaboration",
61+
"github_url": "https://github.com/jupyterlab/jupyter-collaboration",
6262
"use_edit_page_button": True,
6363
"show_toc_level": 1,
6464
"navbar_align": "left",
@@ -69,9 +69,10 @@
6969
# Output for github to be used in links
7070
html_context = {
7171
"github_user": "jupyterlab", # Username
72-
"github_repo": "jupyter_collaboration", # Repo name
72+
"github_repo": "jupyter-collaboration", # Repo name
7373
"github_version": "main", # Version
74-
"conf_py_path": "/docs/source/", # Path in the checkout to the docs root
74+
"doc_path": "docs/source", # Path from repo root to the docs folder
75+
"conf_py_path": "/docs/source", # Path in the checkout to the docs root
7576
}
7677

7778
myst_heading_anchors = 3

0 commit comments

Comments
 (0)