Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed Feb 24, 2024
1 parent a10a4b9 commit b8e8e7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

import sys
from pathlib import Path
sys.path.append(str(Path.cwd().parent.parent))
print(sys.path)

from sequence.__version__ import __version__
from datetime import datetime

sys.path.append(str(Path.cwd().parent.parent))
print(sys.path)

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit b8e8e7d

Please sign in to comment.