File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 58
58
"type" : "local" ,
59
59
}
60
60
],
61
- "github_url" : "https://github.com/jupyterlab/jupyter_collaboration " ,
61
+ "github_url" : "https://github.com/jupyterlab/jupyter-collaboration " ,
62
62
"use_edit_page_button" : True ,
63
63
"show_toc_level" : 1 ,
64
64
"navbar_align" : "left" ,
69
69
# Output for github to be used in links
70
70
html_context = {
71
71
"github_user" : "jupyterlab" , # Username
72
- "github_repo" : "jupyter_collaboration " , # Repo name
72
+ "github_repo" : "jupyter-collaboration " , # Repo name
73
73
"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
75
76
}
76
77
77
78
myst_heading_anchors = 3
You can’t perform that action at this time.
0 commit comments