Skip to content

Commit

Permalink
Readthedocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 20, 2023
1 parent 97ee075 commit d3cdb18
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 @@ -20,7 +20,7 @@

def find_version():
return re.search(r"^__version__ = '(.*)'$",
open('detools/version.py', 'r').read(),
open('../detools/version.py', 'r').read(),
re.MULTILINE).group(1)


Expand Down

0 comments on commit d3cdb18

Please sign in to comment.