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 f539cf1 commit b7b452aCopy full SHA for b7b452a
docs/conf.py
@@ -16,7 +16,7 @@
16
17
# package data
18
about = {}
19
-with open("../tmuxp/__about__.py") as fp:
+with open(cwd / "tmuxp" / "__about__.py") as fp:
20
exec(fp.read(), about)
21
22
extensions = [
0 commit comments