We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d589faf commit 6f52666Copy full SHA for 6f52666
readthedocs/settings/base.py
@@ -128,6 +128,11 @@ def SHOW_DEBUG_TOOLBAR(self):
128
SECURE_REFERRER_POLICY = "strict-origin-when-cross-origin"
129
X_FRAME_OPTIONS = "DENY"
130
131
+ # Pagination
132
+ # Only show 1 page on either side of the current page
133
+ PAGINATION_DEFAULT_WINDOW = 1
134
+ # Only show 1 page at the beginning and end
135
+ PAGINATION_DEFAULT_MARGIN = 1
136
137
# Read the Docs
138
READ_THE_DOCS_EXTENSIONS = ext
0 commit comments