Skip to content

Commit

Permalink
add github link doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 21, 2023
1 parent f8b7a51 commit 96d1a13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,18 @@
# documentation.
#
html_theme_options = {
"use_edit_page_button": True,
"github_url": "https:/github.com/gbeckers/Darr",
"collapse_navigation": True,
}

html_context = {
"display_github": True,
"github_user": "gbeckers",
"github_repo": "Darr",
"github_version": "master",
"doc_path": "docs"
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit 96d1a13

Please sign in to comment.