Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb94229 commit 5fa465eCopy full SHA for 5fa465e
1 file changed
doc/conf.py
@@ -49,7 +49,7 @@ def _check_deps():
49
"scipy": 'scipy',
50
"sphinx_gallery": 'sphinx_gallery'}
51
if sys.version_info < (3, 3):
52
- names.append("mock")
+ names["mock"] = 'mock'
53
missing = []
54
for name in names:
55
try:
0 commit comments