Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Apr 9, 2024
1 parent e89fa46 commit d5e4adb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@

from documenteer.conf.guide import * # noqa


# BibTeX configuration
bibtex_bibfiles = [
'../texmf/bibtex/bib/lsst.bib',
'../texmf/bibtex/bib/books.bib',
'../texmf/bibtex/bib/lsst-dm.bib',
'../texmf/bibtex/bib/refs.bib',
'../texmf/bibtex/bib/refs_ads.bib',
"../texmf/bibtex/bib/lsst.bib",
"../texmf/bibtex/bib/books.bib",
"../texmf/bibtex/bib/lsst-dm.bib",
"../texmf/bibtex/bib/refs.bib",
"../texmf/bibtex/bib/refs_ads.bib",
]

# Feel free to experiment with other options
Expand Down

0 comments on commit d5e4adb

Please sign in to comment.