File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242 curl -L -O https://tiker.net/ci-support-v0
4343 . ./ci-support-v0
4444 build_py_project_in_conda_env
45- cipip install pytest pyfmmlib scipy scipy-stubs matplotlib pyvisfile
45+ cipip install pytest pyfmmlib scipy scipy-stubs matplotlib pyvisfile optype
4646 cipip install basedpyright
4747 basedpyright
4848
Original file line number Diff line number Diff line change 2727nitpick_ignore_regex = [
2828 ["py:class" , r"symengine\.(.+)" ], # :cry:
2929 ["py:class" , r"ToTagSetConvertible" ], # :cry:
30+ # NOTE: optype does not have Sphinx compatible documentation
31+ ["py:class" , r"op.*" ],
32+ ["py:class" , r"onp.*" ],
3033]
3134
3235sphinxconfig_missing_reference_aliases = {
3336 # numpy
3437 "Array1D" : "class:numpy.ndarray" ,
3538 "Array2D" : "class:numpy.ndarray" ,
39+ "ArrayND" : "class:numpy.ndarray" ,
3640 "np.floating" : "class:numpy.floating" ,
3741 "np.complexfloating" : "class:numpy.complexfloating" ,
3842 "np.inexact" : "class:numpy.inexact" ,
You can’t perform that action at this time.
0 commit comments