From 468edcd4eece512c09f6a0d152fe24b2db0e52e7 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 16 Jul 2024 19:05:15 +0200 Subject: Add project links to docs. --- docs/conf.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index c28eb52..a83ec57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,11 @@ html_theme_options = { 'code_font_family': "'IBM Plex Mono', 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace", 'caption_font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif", 'head_font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif", - 'font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif" + 'font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif", + 'github_button': False, + 'github_banner': False, + 'github_user': 'J08nY', + 'github_repo': 'pyecsca' } # Add any paths that contain custom static files (such as style sheets) here, @@ -124,7 +128,16 @@ html_css_files = [ # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # -# html_sidebars = {} + +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'nav.html', + 'relations.html', + 'searchfield.html' + ] +} # -- Options for HTMLHelp output --------------------------------------------- -- cgit v1.2.3-70-g09d2