diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6328fabfeb5595e895840887d07eb2b338af29ec..36b62a34aae4ecea544e5f0527c85809106057a8 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -84,9 +84,9 @@ html_theme = 'alabaster'
 # html_theme_options = {}
 html_theme_options = {
     'logo': 'logo-ps.svg',
-    'github_user': 'PrivateStorageio',
-    'github_repo': 'PrivateStorageio',
+    'description': " ", # ugly hack to get some white space below the logo
     'fixed_sidebar': True,
+    'extra_nav_links': {"Fork me on GitHub": "https://github.com/PrivateStorageio/PrivateStorageio"},
 }
 
 # Add any paths that contain custom static files (such as style sheets) here,