Skip to content

Commit

Permalink
Delete a spurious space
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jul 5, 2024
1 parent ed3e1f1 commit 30638a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def add_page_context(app, pagename, templatename, context, doctree):
path2 = os.path.join(SAGE_DOC, 'html', 'en')
relpath = os.path.relpath(path2, path1)
context['release'] = release
context['documentation_title'] = f'Version {release} Documentation '
context['documentation_title'] = f'Version {release} Documentation'
context['documentation_root'] = os.path.join(relpath, 'index.html')
if 'website' in path1:
context['title'] = 'Documentation'
Expand Down

0 comments on commit 30638a1

Please sign in to comment.