Skip to content

Commit e1b239c

Browse files
oop uncomment matplotlib
1 parent 121a89a commit e1b239c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"numpy": ("https://numpy.org/doc/stable/", None),
185185
"pandas": ('https://pandas.pydata.org/docs/', None),
186186
"earthpy": ("https://earthpy.readthedocs.io/en/latest/", None),
187-
#"matplotlib": ('https://matplotlib.org/stable/', None),
187+
"matplotlib": ('https://matplotlib.org/stable/', None),
188188
}
189189

190190
codeautolink_global_preface = """
@@ -193,6 +193,7 @@
193193
import os
194194
"""
195195
codeautolink_concat_default=True
196+
196197
# suppress all codeautolink warnings, we don't really care if it's busted
197198
suppress_warnings = [
198199
"codeautolink.clean_block",

0 commit comments

Comments
 (0)