Skip to content

Commit

Permalink
Don't sys.path.insert in conf.py (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Webb authored Apr 19, 2021
1 parent d89d26d commit c9952d9
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 @@ -14,7 +14,7 @@
import sys
from importlib_metadata import version

sys.path.insert(0, os.path.abspath(".."))
# sys.path.insert(0, os.path.abspath(".."))

release = version("renameat2")
version = ".".join(release.split(".")[:2])
Expand Down

0 comments on commit c9952d9

Please sign in to comment.