Skip to content

Commit 0e2d223

Browse files
committed
omg
1 parent fb64661 commit 0e2d223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sphinx.ext.mathjax",
4848
"sphinx.ext.napoleon",
4949
"sphinx.ext.githubpages",
50-
"matplotlib.sphinxext.plot_directive",
50+
# "matplotlib.sphinxext.plot_directive",
5151
]
5252

5353
# autodoc options
@@ -102,8 +102,8 @@ def setup(app):
102102

103103
# plot options
104104

105-
plot_html_show_source_link = False
106-
plot_html_show_formats = False
105+
# plot_html_show_source_link = False
106+
# plot_html_show_formats = False
107107

108108
# docstring sections
109109

0 commit comments

Comments
 (0)