Skip to content

Commit

Permalink
manually add furo to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Oct 8, 2024
1 parent 54e4c79 commit 202af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --with docs --without dev,lint --no-interaction
python -m pip install --upgrade --no-cache-dir setuptools sphinx readthedocs-sphinx-ext
python -m pip install --upgrade --no-cache-dir setuptools sphinx readthedocs-sphinx-ext furo
python -m pip install -r docs/requirements.txt
- name: Check for broken links
run: |
Expand Down

0 comments on commit 202af0b

Please sign in to comment.