File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,8 @@ jobs:
321
321
name : Build only this commit
322
322
command : make -C docs SPHINXOPTS="-W" BUILDDIR="_build/no_version_html" html
323
323
- store_artifacts :
324
- path : ./docs/_build/no_version_html
324
+ path : ./docs/_build/no_version_html/html
325
+ destination : noversion
325
326
- run :
326
327
name : Stop or generate versioned docs?
327
328
command : |
@@ -332,26 +333,30 @@ jobs:
332
333
echo "Not a tag or master branch - skipping versioned docs."
333
334
circleci step halt
334
335
fi
336
+ - run :
337
+ name : Clean-up nonversioned docs.
338
+ command : make -C docs clean
335
339
- restore_cache :
336
340
keys :
337
- - docs-v1 -{{ .Branch }}-{{ .Revision }}
338
- - docs-v1 -{{ .Branch }}-
339
- - docs-v1 -master
340
- - docs-v1 -
341
+ - docs-v2 -{{ .Branch }}-{{ .Revision }}
342
+ - docs-v2 -{{ .Branch }}-
343
+ - docs-v2 -master
344
+ - docs-v2 -
341
345
paths :
342
- - ./docs/_build/_html
346
+ - ./docs/_build
343
347
- run :
344
348
name : Generate Versioned Docs
345
349
command : make -f ./docs/Makefile versioned CURBRANCH=${CIRCLE_TAG:-$CIRCLE_BRANCH}
346
350
- save_cache :
347
- key : docs-v1 -{{ .Branch }}-{{ .Revision }}
351
+ key : docs-v2 -{{ .Branch }}-{{ .Revision }}
348
352
paths :
349
- - ./docs/_build/_html
353
+ - ./docs/_build
350
354
- persist_to_workspace :
351
355
root : docs/_build
352
356
paths : html
353
357
- store_artifacts :
354
358
path : ./docs/_build/html
359
+ destination : versioned
355
360
356
361
deploy_docker :
357
362
machine :
Original file line number Diff line number Diff line change
1
+ 1.3.0 (May 4, 2020)
2
+ ===================
3
+ Minor release enforcing BIDS-Derivatives labels on ``dseg `` file.
4
+
5
+ * FIX: WM mask selection from dseg before generating report (#100)
6
+
1
7
1.2.2 (April 16, 2020)
2
8
======================
3
9
Bug-fix release to fix phase-difference masking bug in the 1.2.x series.
You can’t perform that action at this time.
0 commit comments