Skip to content

Commit 3938b84

Browse files
committed
MNT: fix doc warning + sush mypy
1 parent 719603b commit 3938b84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
159159
# further. For a list of options available for each theme, see the
160160
# documentation.
161161
#
162-
# html_theme_options = {}
162+
163+
html_theme_options = {
164+
"logo": {}
165+
}
163166

164167
# Add any paths that contain custom static files (such as style sheets) here,
165168
# relative to this directory. They are copied after the builtin static files,

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ ignore_missing_imports = True
55

66
[mypy-pandas.*]
77
ignore_missing_imports = True
8+
9+
[mypy-cachetools.*]
10+
ignore_missing_imports = True

0 commit comments

Comments
 (0)