diff --git a/docsrc/_static/css/custom.css b/docsrc/_static/css/custom.css new file mode 100644 index 00000000..11221bf6 --- /dev/null +++ b/docsrc/_static/css/custom.css @@ -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; +} diff --git a/docsrc/conf.py b/docsrc/conf.py index 61a5c36f..b3b45935 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -99,6 +99,8 @@ html_context = { # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_favicon = '../resources/icons/porymap-icon-2.ico' + # Custom sidebar templates, must be a dictionary that maps document names # to template names. #