Skip to content

Commit

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

from PyNite import FEModel3D

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

Expand Down

0 comments on commit a700914

Please sign in to comment.