Skip to content

Commit

Permalink
fix: add missing imports to find modules in docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 15, 2025
1 parent 1a23e93 commit e7c926f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
#
import os
import re
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sys
sys.path.insert(0, os.path.abspath('..'))

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e7c926f

Please sign in to comment.