File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ logo: logo.png
1010execute :
1111 execute_notebooks : force
1212 timeout : 1800
13+ exclude_patterns :
14+ # temporarily skip dolfinx rebuild so we can figure it out
15+ - notebooks/dolfinx_MPI_tutorial*
1316
1417# Information about where the book exists on the web
1518repository :
@@ -49,4 +52,5 @@ sphinx:
4952 html_last_updated_fmt : " %b %d, %Y"
5053 suppress_warnings : ["mystnb.unknown_mime_type"]
5154
52- exclude_patterns : [README.md, notebooks/template.ipynb]
55+ exclude_patterns : [README.md, notebooks/template.ipynb]
56+ only_build_toc_files : true
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ channels:
33 - conda-forge
44dependencies :
55 - altair
6+ - cycler
67 - mpich
7- - ipyparallel
8+ - ipyparallel>=8.6
89 - ipywidgets
910 - jupyter-book
11+ - matplotlib-base
1012 - mpi4py
1113 - numpy
1214 - pandas
15+ - pyvista
1316 - autopep8
1417 - fenics-dolfinx
15- - pip :
16- - ipyparallel>=8.6
You can’t perform that action at this time.
0 commit comments