docs: rewrite install instructions to be easier to understand.
This commit is contained in:
parent
39c3bacb79
commit
c20266164d
4 changed files with 169 additions and 68 deletions
9
docs/_static/custom.css
vendored
9
docs/_static/custom.css
vendored
|
|
@ -3,3 +3,12 @@
|
|||
|
||||
/* Many of our diagnostics are even longer */
|
||||
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { white-space: pre-wrap; }
|
||||
|
||||
/* Override what contentui does to body style */
|
||||
.wy-nav-content { max-width: 800px !important; }
|
||||
|
||||
/* Make rubrics work like h3 */
|
||||
.rst-content p.rubric {
|
||||
font-size: 125%;
|
||||
font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue