diff --git a/docs/conf.py b/docs/conf.py
index d821a02435a07e64324423f2340e035cffdc37db..51a337591c8a55188cd83e3889c4771cc97602e2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -90,6 +90,9 @@ html_theme = 'sphinx_rtd_theme'
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
+html_theme_options = {
+    'logo_only': True,
+}
 html_logo = "_static/orcasong_wide_transparent_white.png"
 
 # Theme options are theme-specific and customize the look and feel of a theme