Skip to content

Commit

Permalink
install sphinx deps from docs/requirements.txt file
Browse files Browse the repository at this point in the history
instead of keeping the listed deps in sync across different repos
  • Loading branch information
2bndy5 committed Feb 28, 2024
1 parent 9166eb0 commit e0e9322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.x
- name: Install dependencies
run: pip install sphinx-immaterial -e .
run: pip install -r docs/requirements.txt -e .

- name: Build docs
run: sphinx-build docs ${{ inputs.path-to-doc }}
Expand Down

0 comments on commit e0e9322

Please sign in to comment.