Skip to content

Commit ad2d101

Browse files
committed
Try to remove a sys.path update
1 parent 1e7c145 commit ad2d101

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
# For our local_customization module
3333
sys.path.insert(0, os.path.abspath("."))
34-
# For trio itself
35-
sys.path.insert(0, os.path.abspath("../../src"))
3634

3735
# Enable reloading with `typing.TYPE_CHECKING` being True
3836
os.environ["SPHINX_AUTODOC_RELOAD_MODULES"] = "1"

0 commit comments

Comments
 (0)