Skip to content

Commit

Permalink
Merge pull request #7 from domonik/new-dev
Browse files Browse the repository at this point in the history
fixes missing old cp implementation when generating docs
  • Loading branch information
domonik authored Nov 19, 2024
2 parents d2f50f3 + 98c2a08 commit 6238234
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
FPATH = os.path.abspath(__file__)
__RNADISTPATH__ = os.path.abspath(os.path.join(FPATH, "../../"))
__RNADISTPATH__ = os.path.abspath("../../")
CP_PATH = os.path.join(__RNADISTPATH__, "CPExpectedDistance")
assert os.path.exists(CP_PATH)
sys.path.insert(1, __RNADISTPATH__)
sys.path.append(CP_PATH)
from RNAdist import _version

# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 6238234

Please sign in to comment.