Skip to content

Commit 60fff9c

Browse files
ederagBlendify
authored andcommitted
add missing quotes (bottom should be a string) (#580)
1 parent ef0e6c2 commit 60fff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ file of this repository, and can be defined in your project's ``conf.py`` via
2222
'analytics_id': '',
2323
'logo_only': False,
2424
'display_version': True,
25-
'prev_next_buttons_location': bottom,
25+
'prev_next_buttons_location': 'bottom',
2626
'style_external_links': False,
2727
'vcs_pageview_mode': '',
2828
# Toc options

0 commit comments

Comments
 (0)