Skip to content

Commit

Permalink
updates to get bibtex working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed May 1, 2024
1 parent a3d251d commit 7a53ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eamxx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: |
echo "= The job was automatically triggered by a ${{github.event_name}} event."
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Python deps
run: |
Expand Down
4 changes: 3 additions & 1 deletion components/eamxx/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ markdown_extensions:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- footnotes

extra_javascript:
# - javascript/mathjax.js
Expand All @@ -68,5 +69,6 @@ extra_javascript:
repo_url: https://github.com/E3SM-Project/scream

plugins:
- search
- bibtex:
bib_dir: refs
bib_dir: docs/refs

0 comments on commit 7a53ecc

Please sign in to comment.