Skip to content

Commit 47b8cea

Browse files
authored
Merge pull request #4524 from hugovk/gha-doccheck
GHA: Check docs
2 parents 41b554b + c87c1f3 commit 47b8cea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ jobs:
9595
name: errors
9696
path: Tests/errors
9797

98+
- name: Docs
99+
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
100+
run: |
101+
pip install sphinx-rtd-theme
102+
make doccheck
103+
98104
- name: After success
99105
if: success()
100106
run: |

0 commit comments

Comments
 (0)