Skip to content

Commit b2cd6c3

Browse files
author
Kenneth Reitz
committed
logo in sidebar
1 parent 3130813 commit b2cd6c3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/_static/serpapi-python.png

134 KB
Loading

docs/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@
5757

5858

5959
# -- Extension configuration -------------------------------------------------
60+
html_theme_options = {
61+
"logo": "serpapi-python.png",
62+
"logo_name": "serapi-python",
63+
}
64+
65+
html_sidebars = {
66+
"**": [
67+
"about.html",
68+
]
69+
}

0 commit comments

Comments
 (0)