diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 3ae7d9ae9..34a579c86 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -1,3 +1,9 @@ .no-scrollbar-table td { white-space: normal !important; } +.wy-side-nav-search>div.version { + color:black +} +.wy-side-nav-search>a.icon.icon-home { + color:black +} diff --git a/docs/source/conf.py b/docs/source/conf.py index dbb7b0203..bb18fa6a2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,7 +38,7 @@ # -- Project information ----------------------------------------------------- project = u'CORE-V CV32E40P User Manual' -copyright = u'2023, OpenHW Group' +copyright = u'2024, OpenHW Group' author = u'PULP Platform and OpenHW Group' # The short X.Y version @@ -111,8 +111,10 @@ # further. For a list of options available for each theme, see the # documentation. # -html_theme_options = {'style_nav_header_background': '#DDDDDD'} +html_theme_options = {'style_nav_header_background': '#DDDDDD', 'prev_next_buttons_location': 'both'} html_logo = '../images/openhw-landscape.svg' +html_show_sphinx = False +html_show_sourcelink = False # 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,