diff --git a/docs/_data/jekyll_variables.yml b/docs/_data/jekyll_variables.yml
index 70759d41..3bb445b5 100644
--- a/docs/_data/jekyll_variables.yml
+++ b/docs/_data/jekyll_variables.yml
@@ -150,13 +150,13 @@ paginator:
description: Total number of pages
- name: paginator.previous_page
description: >-
- The number of the previous page, , or nil
if no previous page exists
+ The number of the previous page, or nil
if no previous page exists
- name: paginator.previous_page_path
description: >-
The path to the previous page, or nil
if no previous page exists
- name: paginator.next_page
description: >-
- The number of the next page, , or nil
if no subsequent page exists
+ The number of the next page, or nil
if no subsequent page exists
- name: paginator.next_page_path
description: >-
The path to the next page, or nil
if no subsequent page exists