Skip to content

Commit

Permalink
DOC: Install pyparsing, mock pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 24, 2023
1 parent b80cc24 commit 31a2b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/schemacode/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
exclude_patterns = ["_build", "tests"]


# Mock internal modules to avoid building docs
autosummary_mock_imports = [
"pytest",
# Mock internal modules to avoid building docs
"bidsschematools.conftest",
]

Expand Down
1 change: 1 addition & 0 deletions tools/schemacode/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
furo
myst_parser
pyparsing

0 comments on commit 31a2b12

Please sign in to comment.