Skip to content

Commit 3d79d6b

Browse files
authored
add infra for citations and bibiliographies (#97)
1 parent a5671b7 commit 3d79d6b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

conf.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@
5454
'sphinx.ext.intersphinx',
5555
'sphinx.ext.mathjax',
5656
'myst_nb',
57-
"sphinx_design",
58-
"nbsphinx",
57+
'sphinx_design',
58+
'nbsphinx',
5959
'sphinx.ext.extlinks',
60+
'sphinxcontrib.bibtex',
6061
]
6162

63+
bibtex_bibfiles = ['references.bib']
64+
6265
mathjax_config = {
6366
'tex2jax': {
6467
'inlineMath': [['$', '$'], ['\\(', '\\)']],

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ dependencies:
1717
- sphinx-book-theme
1818
- myst-nb
1919
- sphinx-design
20+
- sphinxcontrib-bibtex
2021
- nbsphinx
2122
- pandas

0 commit comments

Comments
 (0)