Skip to content

Commit

Permalink
[CUBRIDMAN-206] Specify sphinx-rtd-theme version to 1.3.0 (CUBRID#483)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/CUBRIDMAN-206

To resume build testing by Github Action, set sphinx-rtd-theme version to 1.3.0.
  • Loading branch information
hgryoo authored Jan 22, 2024
1 parent e803fd0 commit bf19e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: ${{ matrix.lang }}
pre-build-command: "pip install sphinx_rtd_theme"
pre-build-command: "pip install sphinx-rtd-theme==1.3.0"
- name: Check link
uses: ammaraskar/sphinx-action@master
with:
docs-folder: ${{ matrix.lang }}
pre-build-command: "pip install sphinx_rtd_theme"
pre-build-command: "pip install sphinx-rtd-theme==1.3.0"
build-command: make linkcheck

0 comments on commit bf19e46

Please sign in to comment.