Skip to content

Commit 26a887f

Browse files
authored
Merge pull request #148 from NOAA-GFDL/fix-docs
upgrade the version of sphinx-rtd-theme to fix "style is undefined"
2 parents 8ee1b37 + f703558 commit 26a887f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
- name: Install dependencies
1515
run: |
16-
pip install 'sphinx<=7.3.7' sphinx_rtd_theme myst_parser renku-sphinx-theme
16+
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
17+
pip install --upgrade sphinx-rtd-theme
1718
- name: Sphinx build
1819
run: |
1920
sphinx-build docs build

0 commit comments

Comments
 (0)