Skip to content

Commit

Permalink
Fix sphinx_version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Blendify committed Jul 14, 2021
1 parent 426fdca commit 4d0f497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/html/__init__.py
Expand Up @@ -509,7 +509,7 @@ def prepare_writing(self, docnames: Set[str]) -> None:
'script_files': self.script_files,
'language': self.config.language,
'css_files': self.css_files,
'sphinx_version': sphinx_version,
'sphinx_version': __display_version__,
'sphinx_version_tuple': sphinx_version,
'style': self._get_style_filename(),
'rellinks': rellinks,
Expand Down

0 comments on commit 4d0f497

Please sign in to comment.