We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9decf4 commit a51b571Copy full SHA for a51b571
1 file changed
src/sage_docbuild/conf.py
@@ -461,7 +461,7 @@ def linkcode_resolve(domain, info):
461
ver += f' built with GitHub PR <a href="{pr_url}">#{pr_number}</a>' \
462
f' on <a href="{pr_commit}">{pr_sha[:7]}</a>' \
463
f' [<a href="/changes.html">changes</a>]'
464
- banner = f'This is documentation of Sage version {ver} for development purpose.'
+ banner = f'This is documentation for Sage version {ver} for development purpose.'
465
html_theme_options.update({ "announcement": banner })
466
467
# The name of the Pygments (syntax highlighting) style to use. This
0 commit comments