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 e07e5cf commit b9acf3bCopy full SHA for b9acf3b
docs/conf.py
@@ -149,7 +149,7 @@
149
# A dictionary of values to pass into the template engine’s context for all pages
150
html_context = {
151
"github_user": github_user,
152
- "github_repo": project,
+ "github_repo": github_repo,
153
"github_version": version,
154
"doc_path": "docs",
155
}
template/{% if sphinx %}docs{% endif %}/conf.py.jinja
@@ -166,7 +166,7 @@ html_theme_options = {
166
167
168
169
170
171
172
0 commit comments