Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

# General information about the project.
project = u'SofaPython3'
copyright = u'2023, SOFA Framework'
copyright = '%Y, SOFA Framework'
author = u'[email protected]'

stream = os.popen("git rev-parse --abbrev-ref HEAD")
Expand All @@ -84,6 +84,10 @@ def custom_underline_filter(text, char):
html_context = {
'current_version': version,
'underline_filter': custom_underline_filter,
'display_github': True,
'github_user': 'sofa-framework',
'github_repo': 'SofaPython3',
'github_version': 'tree/master/docs',
}

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
Loading