Skip to content

Commit c5ea9df

Browse files
authored
Merge pull request #252 from bsipocz/MAINT_fix_build_warning
MAINT: fix warning in html build
2 parents ee015cf + 64b5f63 commit c5ea9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: site/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You may notice our content is in markdown format (`.md` files). We review and
4242
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
4343
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
4444
If you want to sync your `.ipynb` to your `.md` file follow the [pairing
45-
tutorial](content/pairing.md).
45+
tutorial](content/pairing).
4646

4747
```{toctree}
4848
:hidden:

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deps =
2828
devdeps: matplotlib>=0.0.dev0
2929
devdeps: pandas>=0.0.dev0
3030

31-
allowlist_externals = bash
31+
allowlist_externals = bash, make
3232

3333
commands =
3434
# Force numpy reinstall to work around upper version limits in downstream dependencies (e.g. pandas)

0 commit comments

Comments
 (0)