Skip to content

Commit 8c177e0

Browse files
committed
suppress warning
1 parent 8a83e02 commit 8c177e0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/source/bids_stats_model.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ Not yet implementated:
169169

170170
- `"fir"`
171171

172+
173+
<!--
172174
```json
173175
"Model": {
174176
"Type": "glm",
@@ -187,6 +189,7 @@ Those 3 conditions <-------"trans_?", |
187189
"Model": "spm"
188190
}
189191
```
192+
-->
190193

191194
```{image} ./images/gui_batch_model_hrf.png
192195
:alt: Corresponding options in SPM batch

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
# This pattern also affects html_static_path and html_extra_path.
5050
exclude_patterns = ["examples", "defaults", "demo", "images/*.md"]
5151

52+
suppress_warnings = ["myst.header"]
53+
5254
# The name of the Pygments (syntax highlighting) style to use.
5355
pygments_style = "sphinx"
5456

0 commit comments

Comments
 (0)