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:
parent
e51de6ecb4
commit
4e34f6530a
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue