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 60ff88f commit c9d5d3fCopy full SHA for c9d5d3f
doc/conf.py
@@ -17,9 +17,6 @@
17
import matplotlib
18
import sphinx
19
20
-# This is only necessary to monkey patch the signature later on.
21
-from sphinx_gallery import gen_rst
22
-
23
# If your extensions are in another directory, add it here. If the directory
24
# is relative to the documentation root, use os.path.abspath to make it
25
# absolute, like shown here.
@@ -76,6 +73,8 @@ def _check_deps():
76
73
77
74
# Import only after checking for dependencies.
78
75
from sphinx_gallery.sorting import ExplicitOrder
+# This is only necessary to monkey patch the signature later on.
+from sphinx_gallery import gen_rst
79
80
if shutil.which('dot') is None:
81
raise OSError(
0 commit comments