docs: increase page width, add favicon
This commit is contained in:
parent
89e3ef16b4
commit
4f68f85c90
2 changed files with 11 additions and 0 deletions
9
docsrc/_static/css/custom.css
Normal file
9
docsrc/_static/css/custom.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/* do not limit the width of the page */
|
||||||
|
.wy-nav-content {
|
||||||
|
max-width: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-side-scroll {
|
||||||
|
width: auto;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
|
@ -99,6 +99,8 @@ html_context = {
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
html_favicon = '../resources/icons/porymap-icon-2.ico'
|
||||||
|
|
||||||
# Custom sidebar templates, must be a dictionary that maps document names
|
# Custom sidebar templates, must be a dictionary that maps document names
|
||||||
# to template names.
|
# to template names.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue