Skip to content

Commit

Permalink
Merge pull request #148 from NOAA-GFDL/fix-docs
Browse files Browse the repository at this point in the history
upgrade the version of sphinx-rtd-theme to fix "style is undefined"
  • Loading branch information
ilaflott authored Aug 5, 2024
2 parents 8ee1b37 + f703558 commit 26a887f
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<=7.3.7' sphinx_rtd_theme myst_parser renku-sphinx-theme
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
pip install --upgrade sphinx-rtd-theme
- name: Sphinx build
run: |
sphinx-build docs build
Expand Down

0 comments on commit 26a887f

Please sign in to comment.