Skip to content

Commit

Permalink
fixes missing old cp implementation when generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 19, 2024
1 parent 8bd4969 commit 98c2a08
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 98c2a08

Please sign in to comment.