From 60fff9cbeba7ffd5edcf25848e67b4e3695a2cf0 Mon Sep 17 00:00:00 2001 From: ederag Date: Tue, 20 Feb 2018 20:48:48 +0100 Subject: [PATCH] add missing quotes (bottom should be a string) (#580) --- docs/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring.rst b/docs/configuring.rst index 893ca08a..eb382a70 100644 --- a/docs/configuring.rst +++ b/docs/configuring.rst @@ -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