Skip to content

Commit

Permalink
Added FEModel3D to sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Nov 10, 2023
1 parent 970fcea commit 8ad80cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../PyNite'))
sys.path.insert(0, os.path.abspath('../../PyNite/FEModel3D'))

# autodoc settings
autodoc_mock_imports = ['numpy'] # Mock the numpy import
Expand Down

0 comments on commit 8ad80cb

Please sign in to comment.