From ddeecd9e98224c3da8ec06b55756433a31461da0 Mon Sep 17 00:00:00 2001 From: ederag Date: Tue, 20 Feb 2018 19:42:39 +0100 Subject: [PATCH 1/2] Typo: Contibuting => Contributing --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ece51782..126e8190 100644 --- a/README.rst +++ b/README.rst @@ -46,8 +46,8 @@ To see all the possible configuration options read the configuring docs `here `__. -Contibuting -=========== +Contributing +============ If you would like to help improve the theme or have more control over the theme in case of a fork please read our contributing guide From 60fff9cbeba7ffd5edcf25848e67b4e3695a2cf0 Mon Sep 17 00:00:00 2001 From: ederag Date: Tue, 20 Feb 2018 20:48:48 +0100 Subject: [PATCH 2/2] 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