Configure the alabaster theme a bit

And remove duplicated FAQ from README
This commit is contained in:
Kovid Goyal
2018-05-30 09:44:53 +05:30
parent f82b7841c6
commit 21d7cc1a60
2 changed files with 5 additions and 114 deletions

View File

@@ -103,8 +103,11 @@ html_theme_options = {
'show_powered_by': False,
'fixed_sidebar': True,
'sidebar_collapse': True,
'analytics_id': 'UA-20736318-1',
'github_button': True,
'analytics_id': 'UA-20736318-2',
'github_button': False,
'github_banner': True,
'github_user': 'kovidgoyal',
'github_repo': 'kitty',
}