Skip to content

Commit 4db6f46

Browse files
authored
FIX: Pandoc citeproc API incompatibility (#195)
* FIX: Pandoc citeproc API incompatibility * MAINT: Update expected outputs with missing html
1 parent 0bbe277 commit 4db6f46

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/bcp_anat_outputs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ desc-aparcaseg_dseg.tsv
44
desc-aseg_dseg.tsv
55
logs
66
logs/CITATION.bib
7+
logs/CITATION.html
78
logs/CITATION.md
89
logs/CITATION.tex
910
sub-01

.circleci/bcp_full_outputs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ desc-aparcaseg_dseg.tsv
44
desc-aseg_dseg.tsv
55
logs
66
logs/CITATION.bib
7+
logs/CITATION.html
78
logs/CITATION.md
89
logs/CITATION.tex
910
sub-01

nibabies/cli/workflow.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ def build_boilerplate(config_file, workflow):
144144
"-s",
145145
"--bibliography",
146146
pkgrf("nibabies", "data/boilerplate.bib"),
147-
"--filter",
148-
"pandoc-citeproc",
147+
"--citeproc",
149148
"--metadata",
150149
'pagetitle="nibabies citation boilerplate"',
151150
str(citation_files["md"]),

0 commit comments

Comments
 (0)