docs: use Furo (#3109)

* docs: try using Furo

* docs: darker output

* docs: improve logo for dark background

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2022-07-13 10:13:35 -05:00
committed by GitHub
parent 7c3a031766
commit 6b60d97d30
6 changed files with 15 additions and 33 deletions

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

@@ -0,0 +1,3 @@
.highlight .go {
color: #707070;
}

View File

@@ -1,11 +0,0 @@
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: initial !important;
}
.rst-content table.docutils td {
vertical-align: top !important;
}
div[class^='highlight'] pre {
white-space: pre;
white-space: pre-wrap;
}