Skip to content

Commit c9952d9

Browse files
author
Jordan Webb
authored
Don't sys.path.insert in conf.py (#5)
1 parent d89d26d commit c9952d9

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
@@ -14,7 +14,7 @@
1414
import sys
1515
from importlib_metadata import version
1616

17-
sys.path.insert(0, os.path.abspath(".."))
17+
# sys.path.insert(0, os.path.abspath(".."))
1818

1919
release = version("renameat2")
2020
version = ".".join(release.split(".")[:2])

0 commit comments

Comments
 (0)