From e05785458aa1ae92e9c46009fdb89eb58be4bb84 Mon Sep 17 00:00:00 2001 From: jab Date: Mon, 4 Feb 2019 00:56:45 +0000 Subject: [PATCH] [docs] enable next/previous links in bottom relbar --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index a2622a3..2809ba3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,6 +142,7 @@ html_theme_options = dict( github_user='jab', page_width='1000px', show_powered_by=False, + show_relbar_bottom=True, donate_url='https://gumroad.com/l/bidict', )