File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
# Also change CACHE_VERSION in the other workflows
12
- CACHE_VERSION : 5
12
+ CACHE_VERSION : 6
13
13
DEFAULT_PYTHON : 3.8
14
14
PRE_COMMIT_CACHE : ~/.cache/pre-commit
15
15
58
58
. venv/bin/activate
59
59
python -m pip install -U pip setuptools wheel
60
60
pip install -U -r requirements_test.txt
61
+ pip install -U -r doc/requirements.txt
61
62
- name : Generate pre-commit restore key
62
63
id : generate-pre-commit-key
63
64
run : >-
@@ -155,7 +156,7 @@ jobs:
155
156
documentation :
156
157
name : documentation
157
158
runs-on : ubuntu-latest
158
- timeout-minutes : 5
159
+ timeout-minutes : 10
159
160
needs : prepare-base
160
161
steps :
161
162
- name : Check out code from GitHub
@@ -182,3 +183,8 @@ jobs:
182
183
run : |
183
184
. venv/bin/activate
184
185
pytest doc/test_messages_documentation.py
186
+ - name : Check documentation build and links
187
+ run : |
188
+ . venv/bin/activate
189
+ cd doc
190
+ make html
You can’t perform that action at this time.
0 commit comments