We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee075 commit d3cdb18Copy full SHA for d3cdb18
docs/conf.py
@@ -20,7 +20,7 @@
20
21
def find_version():
22
return re.search(r"^__version__ = '(.*)'$",
23
- open('detools/version.py', 'r').read(),
+ open('../detools/version.py', 'r').read(),
24
re.MULTILINE).group(1)
25
26
0 commit comments