Skip to content

Commit

Permalink
Try to remove a sys.path update
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Jan 29, 2025
1 parent 1e7c145 commit ad2d101
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

# For our local_customization module
sys.path.insert(0, os.path.abspath("."))
# For trio itself
sys.path.insert(0, os.path.abspath("../../src"))

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

0 comments on commit ad2d101

Please sign in to comment.