Skip to content

Commit

Permalink
Book: References #time 3m
Browse files Browse the repository at this point in the history
  • Loading branch information
astromatt committed Apr 11, 2021
1 parent 602796a commit 131652d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
# beamer - For writing presentations (see LaTeX/Presentations).
latex_documentclass = 'report'

if 'sphinxcontrib.bibtex' in extensions:
bibtex_bibfiles = [
'_references/bibliography.bib']
bibtex_bibliography_header = ".. rubric:: References"
bibtex_footbibliography_header = bibtex_bibliography_header
bibtex_default_style = 'alpha'


# -- Standard book config -----------------------------------------------------

Expand Down

0 comments on commit 131652d

Please sign in to comment.