Skip to content

Commit e21748d

Browse files
committed
docs: fix up docs for optype
1 parent feb1337 commit e21748d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@
2727
nitpick_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

3235
sphinxconfig_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",

0 commit comments

Comments
 (0)