Skip to content

Commit 2b4f32b

Browse files
committed
feat: Install APA citation format
1 parent a9e141b commit 2b4f32b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ html:
6262
use_multitoc_numbering: false
6363

6464
sphinx:
65+
extra_extensions:
66+
- sphinx_apa_references
6567
config:
6668
bibtex_reference_style: author_year
6769
html_show_copyright: false

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
jupyter-book==1.0.4
2+
teachbooks==0.2.3
3+
sphinx_apa_references==1.0
24
jupyterquiz==2.8.*
35
matplotlib
46
numpy

0 commit comments

Comments
 (0)