Skip to content

Commit

Permalink
try importing after project path is added
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Jul 10, 2023
1 parent f3c5e72 commit d049148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

import os
import sys
import harmonize_wq
#from importlib.metadata import version

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

#from importlib.metadata import version
import harmonize_wq

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

0 comments on commit d049148

Please sign in to comment.