From f12206c326302601b48f86a2e134ff644ce1bf1d Mon Sep 17 00:00:00 2001 From: micah johnson Date: Sat, 14 Oct 2023 07:30:04 -0600 Subject: [PATCH] Missing import for auto docs --- requirements_dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements_dev.txt b/requirements_dev.txt index 077554a..ba72e91 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,3 +12,5 @@ pytest==6.2.4 matplotlib nbconvert coverage +sphinxcontrib.apidoc +nbsphinx \ No newline at end of file