Skip to content

Commit b9acf3b

Browse files
committed
Fix "edit this page" button
1 parent e07e5cf commit b9acf3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
# A dictionary of values to pass into the template engine’s context for all pages
150150
html_context = {
151151
"github_user": github_user,
152-
"github_repo": project,
152+
"github_repo": github_repo,
153153
"github_version": version,
154154
"doc_path": "docs",
155155
}

template/{% if sphinx %}docs{% endif %}/conf.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ html_theme_options = {
166166
# A dictionary of values to pass into the template engine’s context for all pages
167167
html_context = {
168168
"github_user": github_user,
169-
"github_repo": project,
169+
"github_repo": github_repo,
170170
"github_version": version,
171171
"doc_path": "docs",
172172
}

0 commit comments

Comments
 (0)