Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a formal bibliography #13

Merged
merged 3 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ parse:
- smartquotes
- substitution

bibtex_bibfiles:
- references.bib

sphinx:
config:
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
bibtex_reference_style: author_year
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: "%-d %B %Y"
html_theme: sphinx_pythia_theme
Expand Down
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ parts:
chapters:
- file: notebooks/eof-intro
- file: notebooks/climate-modes-xeofs
- caption: Appendix
chapters:
- file: references
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ dependencies:
- cftime
- pydap
- sphinx-pythia-theme
- pip
- pip:
- xeofs
- xeofs
Loading
Loading