diff options
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r-- | tools/refguide_check.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 3d885e37f..fec715f63 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -76,6 +76,7 @@ PUBLIC_SUBMODULES = [ 'polynomial', 'matrixlib', 'random', + 'testing', ] # Docs for these modules are included in the parent module |