Skip to content

Commit 36be48e

Browse files
committed
Add the now mandatory 'bibtex_bibfiles' to sphinx
1 parent 6375bd0 commit 36be48e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]
2626
api_dir = HERE / "_static" / "api"
2727
api_rel_dir = "_static/api"
28+
bibtex_bibfiles = ["references.bib"]
2829

2930

3031
nitpicky = True # Warn about broken links

0 commit comments

Comments
 (0)