Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfe1bf0

Browse files
authored
Add edit button (#1010)
1 parent a4225c8 commit cfe1bf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
]
3434

3535
html_theme = 'furo'
36-
html_theme_options = {}
36+
html_theme_options = {
37+
"source_repository": "https://github.com/python/devguide",
38+
"source_branch": "main",
39+
}
3740
html_static_path = ['_static']
3841
html_css_files = [
3942
'devguide_overrides.css',

0 commit comments

Comments
 (0)