aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJ08nY2018-12-08 21:02:31 +0100
committerJ08nY2019-03-14 18:03:59 +0100
commit4e144f629f562389270895400b2f906c9ac35312 (patch)
tree9f2833a4059f3b5dc55dcc6f155d90681b425338 /docs/conf.py
parent40041c116cc951d36e369226f629ce9f4375cca0 (diff)
downloadpyecsca-4e144f629f562389270895400b2f906c9ac35312.tar.gz
pyecsca-4e144f629f562389270895400b2f906c9ac35312.tar.zst
pyecsca-4e144f629f562389270895400b2f906c9ac35312.zip
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a25ff08..83452e9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -87,13 +87,23 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
-# html_theme_options = {}
+html_theme_options = {
+ 'logo': 'logo_black.png',
+ 'logo_name': True,
+ 'logo_text_align': 'center',
+ 'fixed_sidebar': True,
+ 'caption_font_family': 'Graphik Web, Helvetica Neue, sans-serif',
+ 'head_font_family': 'Graphik Web, Helvetica Neue, sans-serif',
+ 'font_family': "Helvetica Neue, sans-serif"
+}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
+html_favicon = "_static/logo_black.png"
+
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
@@ -104,9 +114,7 @@ html_static_path = ['_static']
#
# html_sidebars = {}
-html_theme_options = {
-}
# -- Options for HTMLHelp output ---------------------------------------------