Skip to content

Commit

Permalink
MAINT: update bibtex to author-year (#159)
Browse files Browse the repository at this point in the history
* MAIN: update bibtex to author-year

* fix link checker mime warning

* fix typo
  • Loading branch information
mmcky authored May 2, 2024
1 parent faaa3ec commit 485a7c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ latex:
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton]
config:
bibtex_reference_style: author_year
linkcheck_ignore: ['https://doi.org/10.3982/ECTA8070',
'https://doi.org/10.1086/261749',
'https://doi.org/10.1086/262078',
Expand Down Expand Up @@ -69,6 +70,7 @@ sphinx:
['latex', 'text/html', 70],
# Link Checker
['linkcheck', 'text/plain', 10],
['linkcheck', 'text/html', 20],
]
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
Expand Down

2 comments on commit 485a7c4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.