Skip to content

Commit

Permalink
Merge pull request scipy-conference#517 from scipy-conference/dev
Browse files Browse the repository at this point in the history
Merge dev into 2019
  • Loading branch information
deniederhut authored Jul 23, 2019
2 parents 1999a24 + b100563 commit 7ddc1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/build_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
proc_dict = deepcopy(config)
proc_dict.update({
'pdf': 'pdfs/proceedings.pdf',
'bibtex': 'bib/' + citation_key
'bibtex': 'bib/' + citation_key + '.bib'
})

for dest_fn in ['index', 'organization', 'slides', 'students']:
Expand Down

0 comments on commit 7ddc1dd

Please sign in to comment.