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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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',
}