Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Dec 30, 2022
1 parent 6abbe9e commit d88fbaf
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 @@ -23,7 +23,7 @@
# BASE_DIR = os.path.abspath("..")
# sys.path.insert(0, BASE_DIR)

with open(os.path.join("..", "asammdf", "version.py"), "r") as f:
with open(os.path.join("..", "src", "asammdf", "version.py"), "r") as f:
for line in f:
if line.startswith("__version__"):
asam_version = line.split("=")[-1].strip().strip("'")
Expand Down

0 comments on commit d88fbaf

Please sign in to comment.