1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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.