Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flechtenberg committed Jan 22, 2025
1 parent 785330c commit be83580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx-rtd-theme # Add other dependencies as needed
pip install sphinx myst-nb sphinx-autoapi sphinx-favicon sphinx-rtd-theme \
sphinx-design sphinx-copybutton sphinxcontrib-mermaid IPython
- name: Build Sphinx documentation
run: sphinx-build -b html docs _build/html
Expand Down

0 comments on commit be83580

Please sign in to comment.