Skip to content

Commit

Permalink
reuse github_user variable in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed Oct 24, 2023
1 parent b74c4c3 commit e1d3ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

html_context = {
"display_github": True, # Add 'Edit on Github' link instead of 'View page source'
"github_user": "KennethEnevoldsen",
"github_user": github_user,
"github_repo": project,
"github_version": "main",
"conf_py_path": "/docs/",
Expand Down

0 comments on commit e1d3ff7

Please sign in to comment.