aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-12-15 23:59:10 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-12-15 23:59:10 +0100
commit9b2456883029dc641b604151f8c53f69b7a8be1c (patch)
treea81a2138642511276c662873020c02b1cb645c88 /doc
parent9ebb396949e2b5615456618484f39462b25af2be (diff)
downloadghdl-9b2456883029dc641b604151f8c53f69b7a8be1c.tar.gz
ghdl-9b2456883029dc641b604151f8c53f69b7a8be1c.tar.bz2
ghdl-9b2456883029dc641b604151f8c53f69b7a8be1c.zip
doc: space cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 6cdd5b2bf..4071310a5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -20,7 +20,7 @@ sys.path.insert(0, abspath('../pyGHDL'))
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
-project = "GHDL"
+project = "GHDL"
# Read __version__ from source file
packageInformationFile = Path(f"../py{project}/__init__.py")