We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0d65b commit 96c518bCopy full SHA for 96c518b
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 = u'2025, SOFA Framework'
75
author = u'consortium@sofa-framework.org'
76
77
stream = os.popen("git rev-parse --abbrev-ref HEAD")
@@ -124,6 +124,7 @@ def custom_underline_filter(text, char):
124
'display_version': True,
125
'prev_next_buttons_location': 'bottom',
126
'style_external_links': False,
127
+ 'github_url':True,
128
129
# Toc options
130
'collapse_navigation': False,
0 commit comments