Skip to content

Commit 1ebc7b0

Browse files
authored
Update conf.py
1 parent 8b28cd5 commit 1ebc7b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/sphinx/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ def custom_underline_filter(text, char):
8484
html_context = {
8585
'current_version': version,
8686
'underline_filter': custom_underline_filter,
87+
'display_github': True,
88+
'github_user': 'sofa-framework',
89+
'github_repo': 'SofaPython3',
90+
'github_version': 'tree/master/docs',
8791
}
8892

8993
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)