From e45299f620c51dc9b7967820a3ab11ea92d96d75 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 24 Jun 2025 00:09:09 -0400 Subject: [PATCH] must load numpy into docenv to correctly process python numpy wrapper docs --- doc/utils/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/utils/requirements.txt b/doc/utils/requirements.txt index 90f7fdf3f6..6d2a096efe 100644 --- a/doc/utils/requirements.txt +++ b/doc/utils/requirements.txt @@ -11,3 +11,4 @@ six pyyaml linkchecker ipython +numpy