We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882b465 commit 749edb3Copy full SHA for 749edb3
docs/_static/requests-sidebar.png
11.7 KB
docs/_templates/sidebarlogo.html
@@ -1,4 +1,9 @@
1
-<h3><a href="http://python-requests.org">About Requests</a></h3>
+<p class="logo">
2
+ <a href="{{ pathto(master_doc) }}">
3
+ <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Logo"/>
4
+ </a>
5
+</p>
6
+
7
<p>
8
Requests is an elegant and simple HTTP library for Python, built for
9
human beings. You are currently looking at the documentation of the
docs/_themes/kr/static/flasky.css_t
@@ -91,8 +91,8 @@ div.sphinxsidebarwrapper {
91
}
92
93
div.sphinxsidebarwrapper p.logo {
94
- padding: 0 0 20px 0;
95
- margin: 0;
+ padding: 0;
+ margin: -10px 0 0 -20px;
96
text-align: center;
97
98
0 commit comments