Skip to content

Commit b7b452a

Browse files
committed
docs(conf): Update for doctest path
1 parent f539cf1 commit b7b452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# package data
1818
about = {}
19-
with open("../tmuxp/__about__.py") as fp:
19+
with open(cwd / "tmuxp" / "__about__.py") as fp:
2020
exec(fp.read(), about)
2121

2222
extensions = [

0 commit comments

Comments
 (0)