We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60ff88f + c9d5d3f commit 89f38aeCopy full SHA for 89f38ae
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