diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-02-18 06:44:19 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-02-18 06:44:19 +0100 |
commit | 3c932cbf751653e90cc8c3bc266cf4312e50e449 (patch) | |
tree | 37c4a954fb41161c6bdb2ce37da17a67714aef99 | |
parent | 365ceb9b3374a9863793ed5daf865b138f80f6cb (diff) | |
download | ghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.tar.gz ghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.tar.bz2 ghdl-3c932cbf751653e90cc8c3bc266cf4312e50e449.zip |
doc/conf.py: tabify
-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. |