Skip to content

Commit

Permalink
install sphinx-rtd-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Feb 28, 2025
1 parent 5dc5e1b commit a662faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: python -m pip install --upgrade pip setuptools wheel Sphinx
run: python -m pip install --upgrade pip setuptools wheel Sphinx sphinx-rtd-theme
# run: python -m pip install --upgrade pip wheel docutils\<0.18 Sphinx==3.1.2
- name: Test the documentation
run: sphinx-build -W --keep-going -b html doc doc/_build/html
Expand Down

0 comments on commit a662faa

Please sign in to comment.