aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-18 06:44:19 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-18 06:44:19 +0100
commit3c932cbf751653e90cc8c3bc266cf4312e50e449 (patch)
tree37c4a954fb41161c6bdb2ce37da17a67714aef99 /doc/conf.py
parent365ceb9b3374a9863793ed5daf865b138f80f6cb (diff)
downloadghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.tar.gz
ghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.tar.bz2
ghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.zip
doc/conf.py: tabify
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
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.