Skip to content

Commit

Permalink
Merge branch 'mr/fix_doc' into 'master'
Browse files Browse the repository at this point in the history
Adjust location of gnatcoll version file

See merge request eng/toolchain/gnatcoll-core!121
  • Loading branch information
Nikokrock committed Jul 16, 2024
2 parents 152e156 + 24a94ab commit 5ee5334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_copyright():

def get_version():
"""Extract the version from configure.in"""
with open("../version_information") as f:
with open("../core/VERSION") as f:
return f.readline().strip()


Expand Down

0 comments on commit 5ee5334

Please sign in to comment.