mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-13 21:52:18 +00:00
API doc: try to unify table, left align
This commit is contained in:
parent
11887d07d2
commit
4735003bc4
4
docs/_static/custom.css
vendored
Normal file
4
docs/_static/custom.css
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
table.align-default {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
1269
docs/api.rst
1269
docs/api.rst
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ html_theme_options = {
|
|||||||
"github_user": "spl0k",
|
"github_user": "spl0k",
|
||||||
"github_repo": "supysonic",
|
"github_repo": "supysonic",
|
||||||
}
|
}
|
||||||
html_static_path = []
|
html_static_path = ["_static"]
|
||||||
|
|
||||||
# Default alabaseter sidebars + localtoc
|
# Default alabaseter sidebars + localtoc
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
|
Loading…
Reference in New Issue
Block a user