Skip to content

Commit

Permalink
DOC: Add option for sphinx bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Mar 23, 2021
1 parent dd0b832 commit 597dc08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# -- Options for bibtex

bibtex_bibfiles = [
'bibtex/zcite.bib',
'bibtex/zref.bib',
]

# -- Options for Napoleon -----------------------------------------------------

napoleon_google_docstring = True
Expand Down

0 comments on commit 597dc08

Please sign in to comment.