We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20f4f3 commit 0acbfb3Copy full SHA for 0acbfb3
1 file changed
doc/conf.py
@@ -5,7 +5,10 @@
5
# pylint: disable=invalid-name
6
7
import datetime
8
-from sphinx_gallery.sorting import FileNameSortKey, ExplicitOrder
+from sphinx_gallery.sorting import ( # pylint: disable=no-name-in-module
9
+ FileNameSortKey,
10
+ ExplicitOrder,
11
+)
12
from pygmt import __version__, __commit__
13
from pygmt.sphinx_gallery import PyGMTScraper
14
0 commit comments