comparison doc/conf.py @ 385:edcc102fb33f

Update documentation and configuration
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 02 Mar 2021 20:10:50 +0100
parents b4185dc7b574
children 08a7af37f2e9
comparison
equal deleted inserted replaced
383:c030134b7870 385:edcc102fb33f
135 135
136 html_theme = "sphinx_rtd_theme" 136 html_theme = "sphinx_rtd_theme"
137 html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] 137 html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
138 html_theme_options = { 138 html_theme_options = {
139 "logo_only": True, 139 "logo_only": True,
140 "style_nav_header_background": "black", 140 "style_nav_header_background": "#000000",
141 } 141 }
142 142
143 # Theme options are theme-specific and customize the look and feel of a theme 143 # Theme options are theme-specific and customize the look and feel of a theme
144 # further. For a list of options available for each theme, see the 144 # further. For a list of options available for each theme, see the
145 # documentation. 145 # documentation.