File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,18 @@ tasks:
326
326
# Compile Matrix {{{
327
327
- name : make-release-archive
328
328
commands :
329
+ - command : shell.exec
330
+ type : test
331
+ params :
332
+ working_dir : " mongoc"
333
+ script : |
334
+ # Need modern Sphinx for :caption: in literal includes
335
+ python -m virtualenv venv
336
+ cd venv
337
+ . bin/activate
338
+ ./bin/pip install sphinx
339
+ cd ..
340
+
329
341
- command : shell.exec
330
342
type : test
331
343
params :
@@ -336,6 +348,12 @@ tasks:
336
348
export MONGOC_TEST_FUTURE_TIMEOUT_MS=30000
337
349
export MONGOC_TEST_SKIP_LIVE=on
338
350
export MONGOC_TEST_SKIP_SLOW=on
351
+
352
+ # Use modern sphinx-build from venv.
353
+ . venv/bin/activate
354
+ which sphinx-build
355
+ sphinx-build --version
356
+
339
357
./autogen.sh --enable-html-docs --enable-man-pages && make distcheck
340
358
- func : " upload docs"
341
359
- func : " upload release"
You can’t perform that action at this time.
0 commit comments