diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2be4fbe1..53171646 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - import os import sys @@ -23,7 +21,7 @@ release = __version__ version = '.'.join(release.split('.')[:1]) last_stable = __version__ rst_prolog = ''' -.. |last_stable| replace:: :pelican-doc:`{0}` +.. |last_stable| replace:: :pelican-doc:`{}` '''.format(last_stable) # The name of the Pygments (syntax highlighting) style to use. |