diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 9173139a2..7c119edcf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -75,7 +75,7 @@ try: if line: version=line[0] except: - version = "latest" + version = "latest" pass release = version # The full version, including alpha/beta/rc tags. |