Skip to content

Commit

Permalink
Add GitHub info to Sphinx html_context
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 24, 2024
1 parent 2ea2096 commit a2857c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
# HTML output options
html_theme = "furo"
html_static_path = ["_static"]
html_context = {
"display_github": True,
"github_user": "PainterQubits",
"github_repo": "datalogs",
"github_version": "main",
"conf_py_path": "docs",
}
html_theme_options = {
"source_repository": "https://github.com/PainterQubits/datalogs",
"source_branch": "main",
Expand Down

0 comments on commit a2857c0

Please sign in to comment.