Skip to content

Commit

Permalink
fix: add nireports as a dependency for docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 12, 2023
1 parent d41cd8a commit f1adf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
# Could set NO_ET environment variable, but why?
MOCKS = [
"etelemetry",
"matplotlib",
"matplotlib.pyplot",
"matplotlib.cm",
"matplotlib.colors",
"matplotlib.colorbar",
]
sys.modules.update({mod: mock.Mock() for mod in MOCKS})

Expand Down Expand Up @@ -69,6 +64,7 @@
]

autodoc_mock_imports = [
"matplotlib",
"nilearn",
"nitime",
"numpy",
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
attrs
furo ~= 2022.4.7
nipype >= 1.5.1
nireports >= 23.0.1
traits < 6.4
packaging
sphinx ~= 4.2
Expand Down

0 comments on commit f1adf7e

Please sign in to comment.