From 388a989731d0222edbe8818d7b26fb16739a5c8a Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Fri, 9 Feb 2024 22:32:02 -0500 Subject: [PATCH] Fix doc --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d8eb14..3d4377d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,9 +37,8 @@ jobs: python3-numpy python3-pip python3-sphinx - python3-sphinx-rtd-theme - && - pip3 install myst-parser linkify-it-py && + python3-sphinx-rtd-theme && + pip3 install myst-parser linkify-it-py - name: Install homebrew dependencies if: matrix.os == 'macos-14'