File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ You may notice our content is in markdown format (`.md` files). We review and
42
42
host notebooks in the [ MyST-NB] ( https://myst-nb.readthedocs.io/ ) format. We
43
43
accept both Jupyter notebooks (` .ipynb ` ) and MyST-NB notebooks (` .md ` ).
44
44
If you want to sync your ` .ipynb ` to your ` .md ` file follow the [ pairing
45
- tutorial] ( content/pairing.md ) .
45
+ tutorial] ( content/pairing ) .
46
46
47
47
``` {toctree}
48
48
:hidden:
Original file line number Diff line number Diff line change 28
28
devdeps: matplotlib>=0.0.dev0
29
29
devdeps: pandas>=0.0.dev0
30
30
31
- allowlist_externals = bash
31
+ allowlist_externals = bash, make
32
32
33
33
commands =
34
34
# Force numpy reinstall to work around upper version limits in downstream dependencies (e.g. pandas)
You can’t perform that action at this time.
0 commit comments