mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
add missing quotes (bottom should be a string) (#580)
This commit is contained in:
parent
ef0e6c2e89
commit
60fff9cbeb
@ -22,7 +22,7 @@ file of this repository, and can be defined in your project's ``conf.py`` via
|
||||
'analytics_id': '',
|
||||
'logo_only': False,
|
||||
'display_version': True,
|
||||
'prev_next_buttons_location': bottom,
|
||||
'prev_next_buttons_location': 'bottom',
|
||||
'style_external_links': False,
|
||||
'vcs_pageview_mode': '',
|
||||
# Toc options
|
||||
|
Loading…
Reference in New Issue
Block a user