We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ab9e3 commit 5cecee1Copy full SHA for 5cecee1
docs/conf.py
@@ -22,7 +22,7 @@
22
# Make sure the phrosty module can be found so we can document the API
23
24
sys.path.insert( 0, str( pathlib.Path( '..' ).resolve() ) )
25
-autodoc_mock_imports = [ 'astropy', 'photutils', 'cupy', 'pandas', 'nvtx', 'matplotlib', 'galsim',
+autodoc_mock_imports = [ 'astropy', 'numpy', 'cupy', 'galsim', 'matplotlib', 'nvtx', 'pandas', 'photutils',
26
'sfft', 'snpit_utils', 'snappl' ]
27
28
0 commit comments