Skip to content

Commit

Permalink
docs: import parsel after adding its folder to sys.path (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Nov 14, 2022
1 parent 7172ceb commit 55248fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import os
import sys

import parsel


# Get the project root dir, which is the parent dir of this
cwd = os.getcwd()
Expand All @@ -15,6 +13,8 @@
# version is used.
sys.path.insert(0, project_root)

import parsel


# -- General configuration ---------------------------------------------

Expand Down

0 comments on commit 55248fa

Please sign in to comment.