add theme config to set background color and text color for code-blocks

This commit is contained in:
Srinivas Nyayapati 2020-08-20 12:24:58 -04:00
parent e51de6ecb4
commit 4e34f6530a
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@ html_theme_options = {
'collapsiblesidebar': True,
'externalrefs': True,
'navigation_depth': 3,
'issues_url': 'https://github.com/pypa/pip/issues'
'issues_url': 'https://github.com/pypa/pip/issues',
'codebgcolor': '#eeffcc',
'codetextcolor': '#333333',
}
# Add any paths that contain custom themes here, relative to this directory.