Skip to content

Commit

Permalink
Black formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcezar committed Sep 21, 2023
1 parent 12a2fad commit 0660b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@

sys.path.insert(0, os.path.abspath("../.."))


def get_release():
with open("../../clusttraj/__init__.py", "r") as f:
for line in f:
if "__version__" in line:
return line.split("=")[1].strip().strip('"')


# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand Down

0 comments on commit 0660b03

Please sign in to comment.