Skip to content

Commit 48646ee

Browse files
committed
fix: add nireports as a dependency for docs building
1 parent 63433c9 commit 48646ee

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/conf.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
# Could set NO_ET environment variable, but why?
2525
MOCKS = [
2626
"etelemetry",
27-
"matplotlib",
28-
"matplotlib.pyplot",
29-
"matplotlib.cm",
30-
"matplotlib.colors",
31-
"matplotlib.colorbar",
3227
]
3328
sys.modules.update({mod: mock.Mock() for mod in MOCKS})
3429

@@ -69,6 +64,7 @@
6964
]
7065

7166
autodoc_mock_imports = [
67+
"matplotlib",
7268
"nilearn",
7369
"nitime",
7470
"numpy",

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
attrs
22
furo ~= 2022.4.7
33
nipype >= 1.5.1
4+
nireports >= 23.0.1
45
traits < 6.4
56
packaging
67
sphinx ~= 4.2

0 commit comments

Comments
 (0)