Start work on a kitty website

Port the current asciidoc documentation to sphinx
This commit is contained in:
Kovid Goyal
2018-05-29 21:03:50 +05:30
parent edda0d91bb
commit f82b7841c6
23 changed files with 1786 additions and 569 deletions

26
docs/_static/custom.css vendored Normal file
View File

@@ -0,0 +1,26 @@
/*
* custom.css
* Copyright (C) 2018 Kovid Goyal
*
* Distributed under terms of the MIT license.
*/
.float-left-img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
a {
text-decoration: none !important;
border-bottom: none !important;
}
#searchbox h3 {
display: none;
}
.major-features li {
margin-top: 0.75ex;
margin-bottom: 0.75ex;
}