Skip to content

Commit

Permalink
minor docs bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Nov 30, 2023
1 parent ea47e63 commit 03fbd7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# Import package version programmatically
import os
import sys
sys.path.insert(0, os.path.abspath('../myproj/'))
# sys.path.insert(1, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../'))
from error_parity._version import __version__
release = __version__
version = __version__
Expand Down

0 comments on commit 03fbd7a

Please sign in to comment.