We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0d65b commit 51b1dc4Copy full SHA for 51b1dc4
1 file changed
docs/sphinx/source/conf.py
@@ -71,7 +71,7 @@
71
72
# General information about the project.
73
project = u'SofaPython3'
74
-copyright = u'2023, SOFA Framework'
+copyright = '%Y, SOFA Framework'
75
author = u'consortium@sofa-framework.org'
76
77
stream = os.popen("git rev-parse --abbrev-ref HEAD")
@@ -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': 'master/docs/sphinx/source',
91
}
92
93
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments