Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Nov 8, 2023
1 parent 4e78c56 commit 26471ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme ghp-import
pip install sphinx sphinx_rtd_theme ghp-import sphinx-autodoc-typehints sphinx-automodapi
pip install -r requirements.txt
# The workflow will create the files shown below and then shortly after, import them into GitHub pages.
- name: Build HTML
Expand Down

0 comments on commit 26471ff

Please sign in to comment.