Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mentation2 into main
  • Loading branch information
parduino committed May 17, 2024
2 parents c5970d4 + 3e81ac1 commit 24badcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-build doc _build
Expand Down

0 comments on commit 24badcd

Please sign in to comment.