Skip to content

Commit 26d8e87

Browse files
committed
feat: Install APA citation format
1 parent ab7054a commit 26d8e87

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ html:
6060
use_multitoc_numbering: false
6161

6262
sphinx:
63+
extra_extensions:
64+
- sphinx_apa_references
6365
config:
6466
bibtex_reference_style: author_year
6567
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)