Skip to content

Commit

Permalink
Updates (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 28, 2023
1 parent 33ff717 commit af82932
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:

- name: Install DOLFINx
uses: ./.github/actions/install-dolfinx
with:
dolfinx: v0.7.1
ufl: 2023.2.0
ffcx: v0.7.0
basix: v0.7.0

- name: Install DOLFINx-MPC (C++)
run: |
Expand Down
11 changes: 6 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ sphinx:
- 'sphinx.ext.viewcode'

config:

nb_custom_formats:
.py:
- jupytext.reads
- fmt: py
html_theme_options:
navigation_with_keys: false
nb_custom_formats:
.py:
- jupytext.reads
- fmt: py

0 comments on commit af82932

Please sign in to comment.