We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b28cd5 commit 1ebc7b0Copy full SHA for 1ebc7b0
1 file changed
docs/sphinx/source/conf.py
@@ -84,6 +84,10 @@ def custom_underline_filter(text, char):
84
html_context = {
85
'current_version': version,
86
'underline_filter': custom_underline_filter,
87
+ 'display_github': True,
88
+ 'github_user': 'sofa-framework',
89
+ 'github_repo': 'SofaPython3',
90
+ 'github_version': 'tree/master/docs',
91
}
92
93
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments