From 55906b5f548c6f4b7dac4aa0d1bfcac41cc3666f Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Mon, 30 Sep 2024 16:59:45 +0200 Subject: [PATCH] fixup! Separate docs_build --- .github/workflows/build_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index e60d42af..0c8afb60 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -18,10 +18,11 @@ jobs: with: python-version: '3.11' - - name: Install dependencies + - name: Install dependencies and neurodamus run: | python -m pip install --upgrade pip pip install -r requirements_docs.txt + pip install -e . - name: Build documentation run: sphinx-build -T -W docs docs/_build