From c54b0763e45ea5300cac7b95b36ed117ff06ceb6 Mon Sep 17 00:00:00 2001 From: Christophe Picard <picardch@univ-grenoble-alpes.fr> Date: Wed, 1 Dec 2021 18:32:31 +0100 Subject: [PATCH] [with doc] Add logo --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 20f0345..6e90365 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,3 +53,9 @@ html_theme = 'sphinx_rtd_theme' # 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_logo = "./../logo_hysop_rgb.png" +html_theme_options = { + 'logo_only': True, + 'display_version': False, +} -- GitLab