We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84134e0 commit 0a8df6cCopy full SHA for 0a8df6c
pandas-docs/source/_static/pandas.png
-14.7 KB
pandas-docs/source/_static/pandas.svg
pandas-docs/source/conf.py
@@ -387,7 +387,7 @@ def run(self):
387
388
# The name of an image file (relative to this directory) to place at the top
389
# of the sidebar.
390
-html_logo = '_static/pandas.png'
+html_logo = '_static/pandas.svg'
391
392
# Add any paths that contain custom static files (such as style sheets) here,
393
# relative to this directory. They are copied after the builtin static files,
pandas_sphinx_theme/static/css/custom.css
@@ -1,5 +1,7 @@
1
.navbar-brand img {
2
max-height: 50px;
3
+ width: auto;
4
+ height: 3rem;
5
}
6
7
.navbar-light {
0 commit comments