Skip to content

Commit

Permalink
Upgrade the version of sphinx-rtd-theme to fix "style is undefined" e…
Browse files Browse the repository at this point in the history
…rror

Appears to be caused by a mismatch of sphinx and sphinx-rtd-theme
readthedocs/sphinx_rtd_theme#1571
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Aug 5, 2024
1 parent 8ee1b37 commit 895a413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install 'sphinx<=7.3.7' sphinx_rtd_theme myst_parser renku-sphinx-theme
conda install sphinx
pip install renku-sphinx-theme
pip install --upgrade sphinx-rtd-theme
- name: Sphinx build
run: |
sphinx-build docs build
Expand Down

0 comments on commit 895a413

Please sign in to comment.