Skip to content

Commit

Permalink
Fixed path to version information file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Dec 15, 2021
1 parent 8fde010 commit f8896c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# built documents.
project = "pyEDAA.ProjectModel"

packageInformationFile = Path(f"../{project}/__init__.py")
packageInformationFile = Path(f"../{project.replace('.', '/')}/__init__.py")
versionInformation = extractVersionInformation(packageInformationFile)

author = versionInformation.Author
Expand Down

0 comments on commit f8896c5

Please sign in to comment.