diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07fdc9d..b62a00d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,8 +22,8 @@ jobs: with: python-version: "3.12" - - name: Install requirements-dev - run: pip install -r requirements-dev.txt + - name: Install requirements + run: pip install -U Sphinx furo myst-parser sphinx-copybutton - name: Run scripts/get-docs run: ./script/get-docs