Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Changed conf_sub.py to include version number in every page of the do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
Tinkidinki committed Jan 10, 2020
1 parent db4a1cc commit 081c028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/en/reference/conf_sub.py
Expand Up @@ -39,14 +39,14 @@
title = title.replace(u'`', u'$')

# General information about the project.
project = u'Sage Reference Manual: ' + title
project = u'Sage {} Reference Manual: '.format(release) + title

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = u'Sage Reference Manual v' + release + ': ' + title
html_title = project

# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = title
html_short_title = project

# HTML theme (e.g., 'default', 'sphinxdoc'). The pages for the
# reference manual use a custom theme, a slight variant on the 'sage'
Expand Down

0 comments on commit 081c028

Please sign in to comment.