Skip to content

Commit

Permalink
Test Sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 24, 2024
1 parent 86f986e commit 05bfc5a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@
# HTML output options
html_theme = "furo"
html_static_path = ["_static"]
html_theme_options = {
"source_repository": "https://github.com/PainterQubits/datalogs",
# "source_branch": "main",
# "source_directory": "docs",
html_context = {
"display_github": True,
"github_user": "PainterQubits",
"github_repo": "datalogs",
"github_version": "main/docs/",
}
# html_theme_options = {
# "source_repository": "https://github.com/PainterQubits/datalogs",
# "source_branch": "main",
# "source_directory": "docs",
# }

# MyST options
myst_heading_anchors = 3
Expand Down

0 comments on commit 05bfc5a

Please sign in to comment.