We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63433c9 commit 48646eeCopy full SHA for 48646ee
docs/conf.py
@@ -24,11 +24,6 @@
24
# Could set NO_ET environment variable, but why?
25
MOCKS = [
26
"etelemetry",
27
- "matplotlib",
28
- "matplotlib.pyplot",
29
- "matplotlib.cm",
30
- "matplotlib.colors",
31
- "matplotlib.colorbar",
32
]
33
sys.modules.update({mod: mock.Mock() for mod in MOCKS})
34
@@ -69,6 +64,7 @@
69
64
70
65
71
66
autodoc_mock_imports = [
67
+ "matplotlib",
72
68
"nilearn",
73
"nitime",
74
"numpy",
docs/requirements.txt
@@ -1,6 +1,7 @@
1
attrs
2
furo ~= 2022.4.7
3
nipype >= 1.5.1
4
+nireports >= 23.0.1
5
traits < 6.4
6
packaging
7
sphinx ~= 4.2
0 commit comments