From caed75fe19f49f5c3ce4d736f53a8f32bee17087 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 15 Aug 2025 12:49:31 -0400 Subject: [PATCH] add doc dependency --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 543990854..0294819d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: Build docs if: matrix.python-version == '3.11' run: | - pip install sphinx nbsphinx scikit-learn ipython + pip install sphinx nbsphinx scikit-learn ipython numpydoc sudo apt-get install pandoc texlive texlive-latex-extra dvipng make docs