Skip to content

Commit fc08c1d

Browse files
committed
add edit page button
1 parent 363ba1e commit fc08c1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@
103103
#
104104
html_theme_options = {
105105
"github_url": "https://github.com/<idom-team/idom",
106+
"use_edit_page_button": True,
107+
}
108+
109+
html_context = {
110+
"github_user": "idom-team",
111+
"github_repo": "idom",
112+
"github_version": "main",
113+
"doc_path": "docs",
106114
}
107115

108116
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)