Skip to content

Commit

Permalink
revert citeproc for old pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Apr 25, 2024
1 parent 33b7603 commit 85b9194
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qsiprep/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,8 @@ def build_qsiprep_workflow(opts, retval):
"-s",
"--bibliography",
pkgrf("qsiprep", "data/boilerplate.bib"),
"--citeproc",
"--filter",
"pandoc-citeproc",
str(logs_path / "CITATION.md"),
"-o",
str(logs_path / "CITATION.html"),
Expand Down Expand Up @@ -1361,7 +1362,8 @@ def build_recon_workflow(opts, retval):
"-s",
"--bibliography",
pkgrf("qsiprep", "data/boilerplate.bib"),
"--citeproc",
"--filter",
"pandoc-citeproc",
str(logs_path / "CITATION.md"),
"-o",
str(logs_path / "CITATION.html"),
Expand Down

0 comments on commit 85b9194

Please sign in to comment.