docs: increase page width, add favicon

This commit is contained in:
garak 2020-10-10 18:29:25 -04:00 committed by huderlem
parent 89e3ef16b4
commit 4f68f85c90
2 changed files with 11 additions and 0 deletions

View 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;
}

View file

@ -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.
# #