Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
idan.morad committed Feb 8, 2024
1 parent 0553816 commit 845cdbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Expand Up @@ -7,15 +7,14 @@
import os
import sys

import ds_utils

# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath("../../ds_utils"))
import ds_utils

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 845cdbd

Please sign in to comment.