Skip to content

Commit

Permalink
build: do not add root to path when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Dec 10, 2024
1 parent 9466684 commit 80c2228
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""Docs config."""

import os
import sys

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

import pylandstats as pls # noqa: E402

Expand Down

0 comments on commit 80c2228

Please sign in to comment.