diff --git a/docs/conf.py b/docs/conf.py index 52979645..5dc365c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,21 @@ project = 'MagicSetEditor2' version = '2.3.1' +release = '2.3.1' + +html_logo = 'logo.png' + +html_theme_options = { + 'collapse_navigation': False, + 'style_external_links': True, + 'prev_next_buttons_location': 'both', + 'style_nav_header_background': '#aa2828', +} + +# html_static_path = ['_static'] +# html_css_files = [ +# 'css/custom.css' +# ] +# html_js_files = [ +# 'js/custom.js' +# ] diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 00000000..919e4709 Binary files /dev/null and b/docs/logo.png differ