Skip to content

Commit

Permalink
Try something.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 25, 2024
1 parent 23a84e2 commit 023427c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends doxygen
python3 -m pip install --upgrade pip
pip3 install sphinx sphinx_rtd_theme breathe sphinxcontrib-bibtex
pip3 install sphinx sphinx_rtd_theme breathe sphinxcontrib-bibtex sphinxcontrib-doxylink
- name: Build
# execute from top-level nalu-wind directory
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinxcontrib.bibtex',
'sphinxcontrib.doxylink',
'breathe',
]
bibtex_bibfiles = ['references/references.bib']
Expand Down

0 comments on commit 023427c

Please sign in to comment.