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 57a3c8d commit 534befc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# pip install sphinx_rtd_theme
# is needed in order to build the documentation

import sys
sys.path.append('sequentium')
print(sys.path)

from sequence.__version__ import __version__
from datetime import datetime

Expand Down

0 comments on commit 534befc

Please sign in to comment.