gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 13a88085c90d032684a0b34108ea0190293a495f
parent 1abc6df263a9b3dc18c9f59e563455ba5eb74b2e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon,  1 Aug 2022 14:23:23 +0200

forgot file

Diffstat:
Mconf.py | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py @@ -55,7 +55,7 @@ html_theme_options = { 'prev_next_buttons_location': 'bottom', 'style_external_links': False, #'vcs_pageview_mode': '', - 'style_nav_header_background': 'transparent', + 'style_nav_header_background': 'transparent', # Possibly problematic with our CSP # Toc options 'collapse_navigation': True, 'sticky_navigation': True, @@ -69,6 +69,12 @@ html_theme_options = { # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +# These paths are either relative to html_static_path +# or fully qualified paths (eg. https://...) +html_css_files = [ + 'css/custom.css', +] + html_logo = "_static/images/gnunet-blue.png" myst_enable_extensions = [