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.
2 parents 5a900e4 + b2ebcc5 commit 0b60223Copy full SHA for 0b60223
doc/conf.py
@@ -18,9 +18,6 @@
18
import six
19
from glob import glob
20
21
-# This is only necessary to monkey patch the signature later on.
22
-from sphinx_gallery import gen_rst
23
-
24
# If your extensions are in another directory, add it here. If the directory
25
# is relative to the documentation root, use os.path.abspath to make it
26
# absolute, like shown here.
@@ -79,6 +76,8 @@ def _check_deps():
79
76
80
77
# Import only after checking for dependencies.
81
78
from sphinx_gallery.sorting import ExplicitOrder
+# This is only necessary to monkey patch the signature later on.
+from sphinx_gallery import gen_rst
82
83
if six.PY2:
84
from distutils.spawn import find_executable
0 commit comments