From 539d862b795923c1f0365e8519795448caea8726 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Jan 2021 00:06:45 -0500 Subject: [PATCH] html_theme = "alabaster" --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d228087..875610b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "Replit" # The full version, including alpha/beta/rc tags release = "3.0.0" - +html_theme = "alabaster" # -- General configuration ---------------------------------------------------