Skip to content

Commit

Permalink
DOC: show athor name in citations
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 13, 2023
1 parent 0e8e8c7 commit d3a5586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def get_nb_exclusion_patterns() -> list[str]:

autosectionlabel_prefix_document = True
bibtex_bibfiles = ["bibliography.bib"]
bibtex_reference_style = "author_year"
codeautolink_concat_default = True
codeautolink_global_preface = """
import matplotlib.pyplot as plt
Expand Down

0 comments on commit d3a5586

Please sign in to comment.