Skip to content

Commit 12db872

Browse files
committed
add github_url to html_theme_options in conf.py
1 parent fea75ca commit 12db872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
# TODO: version seems not to be displayed despite setting this to True
7272
html_theme_options = {
7373
"display_version": True,
74+
"github_url": "https://github.com/pymc-labs/CausalPy",
7475
}
7576

7677
# -- Options for autodoc ----------------------------------------------------

0 commit comments

Comments
 (0)