Skip to content

Commit

Permalink
Add python module path to system PATH. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl authored Dec 4, 2023
1 parent a1e2775 commit 2d855c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
sys.path.append(os.path.abspath('_themes'))
sys.path.append(os.path.abspath('_themes_flask'))
sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('..'))

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

Expand Down

0 comments on commit 2d855c5

Please sign in to comment.