Skip to content

Commit d301ca5

Browse files
committed
chore: Add myst-nb to doc dependencies
1 parent 67a5e42 commit d301ca5

File tree

3 files changed

+1263
-91
lines changed

3 files changed

+1263
-91
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ bidsschematools = { path = "tools/schemacode", editable = true }
1818

1919
[dependency-groups]
2020
doc = [
21+
"bidsschematools[expressions]",
2122
"sphinx>=7.2.2",
2223
"furo",
2324
"myst_parser",
24-
"bidsschematools[expressions]",
25+
"myst-nb",
26+
"universal_pathlib",
27+
"fsspec[http]",
2528
]

tools/schemacode/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sphinx.ext.napoleon",
3838
"sphinx.ext.autodoc",
3939
"sphinx.ext.autosummary",
40-
"myst_parser",
40+
"myst_nb",
4141
]
4242

4343
autosummary_generate = True

0 commit comments

Comments
 (0)