diff options
-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 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") |