From 9b2456883029dc641b604151f8c53f69b7a8be1c Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 15 Dec 2021 23:59:10 +0100 Subject: doc: space cleanup --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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") -- cgit v1.2.3