Add a support page

Also fix a few links flagged by make linkcheck
This commit is contained in:
Kovid Goyal
2018-05-30 12:08:20 +05:30
parent 61f7ce4dee
commit bbc1430420
6 changed files with 75 additions and 5 deletions

View File

@@ -118,6 +118,7 @@ html_static_path = ['_static', '../logo/kitty.png']
html_context = {
'css_files': ['_static/custom.css']
}
html_favicon = '../logo/kitty.png'
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
@@ -130,6 +131,7 @@ html_context = {
html_sidebars = {
'**': [
'about.html',
'support.html',
'searchbox.html',
'localtoc.html',
'relations.html',