Skip to content

Commit

Permalink
fixup! Separate docs_build
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Sep 30, 2024
1 parent 55906b5 commit c3c73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_docs.txt
pip install -e .
pip install .[full]
- name: Build documentation
run: sphinx-build -T -W docs docs/_build

0 comments on commit c3c73d4

Please sign in to comment.