Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f9996 + 8299732 commit 7c4faf6Copy full SHA for 7c4faf6
2 files changed
doc/_templates/layout.html
@@ -169,8 +169,6 @@ <h3>We're updating the default styles for Matplotlib 2.0</h3>
169
170
{% block relbar1 %}
171
172
-<link rel="shortcut icon" href="/_static/favicon.ico">
173
-
174
<!-- The "Fork me on github" ribbon -->
175
<img style="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/>
176
<map name="ribbonmap">
doc/conf.py
@@ -213,6 +213,8 @@
213
# Output file base name for HTML help builder.
214
htmlhelp_basename = 'Matplotlibdoc'
215
216
+# Path to favicon
217
+html_favicon = '_static/favicon.ico'
218
219
# Options for LaTeX output
220
# ------------------------
0 commit comments