Skip to content

Commit 17691e9

Browse files
Documentation
1 parent 16f8cdc commit 17691e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/configuring.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ file of this repository, and can be defined in your project's ``conf.py`` via
2525
'prev_next_buttons_location': 'bottom',
2626
'style_external_links': False,
2727
'vcs_pageview_mode': '',
28+
'style_nav_header_background': '',
2829
# Toc options
2930
'collapse_navigation': True,
3031
'sticky_navigation': True,
@@ -49,6 +50,9 @@ Base options
4950
* ``vcs_pageview_mode`` String. Changes how to view files when using `display_github`, `display_gitlab`, etc.
5051
When using Github or Gitlab this can be: `blob` (default), `edit`, or `raw`,
5152
on Bitbucket, this can be either: `view` (default) or `edit`.
53+
* ``style_nav_header_background`` String. Changes the background of the search area in the navigation bar. The value
54+
can be anything valid in a CSS `background` property. The default `#2980B9` will be used if the property is not
55+
defined.
5256

5357
TOC Options
5458
~~~~~~~~~~~

0 commit comments

Comments
 (0)