Skip to content

Commit

Permalink
Added numpy reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Nov 10, 2023
1 parent ab1085d commit 970fcea
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 @@ -12,8 +12,8 @@
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../PyNite'))

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

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

0 comments on commit 970fcea

Please sign in to comment.