Skip to content

Commit

Permalink
Remove sys.path manipulation
Browse files Browse the repository at this point in the history
Documentation should always be built in an environment in which the
'vesta' package has been installed.
  • Loading branch information
jparise committed Jan 7, 2024
1 parent ceff4ba commit 019f458
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import datetime
import os
import sys

sys.path.insert(0, os.path.abspath(".."))

from vesta import __version__ as version

Expand Down

0 comments on commit 019f458

Please sign in to comment.