Skip to content

Commit

Permalink
sphinx-rtd-theme is added to python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
taeefnajib committed Nov 25, 2023
1 parent 04b6e40 commit c6fdb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest sphinx sphinx-rtd-theme
pip install -r requirements.txt
pip install build
- name: Lint with flake8
Expand Down

0 comments on commit c6fdb5d

Please sign in to comment.