Skip to content

Commit

Permalink
fix version number in footer (i had broken it earlier)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkg committed Nov 16, 2017
1 parent 08cbff9 commit 59ec89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
# Additional stuff for the LaTeX preamble.
#
'preamble': '''
\\newcommand{\\autocryptrelease}{'+specversion+'}
\\newcommand{\\autocryptrelease}{%s}
\\setcounter{secnumdepth}{3}
''',
'''%(specversion,),

# Latex figure (float) alignment
#
Expand Down

0 comments on commit 59ec89b

Please sign in to comment.