Skip to content

Commit

Permalink
(#82) (#79) edit .yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Dec 16, 2024
1 parent 6e621d4 commit bf7f803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx-rtd-theme
pip install Sphinx sphinx-rtd-theme \
sphinxcontrib-applehelp sphinxcontrib-htmlhelp \
sphinxcontrib-jquery sphinxcontrib-jsmath \
sphinxcontrib-qthelp sphinxcontrib-serializinghtml
- name: Build Docs
run: |
Expand Down

0 comments on commit bf7f803

Please sign in to comment.