From 5a057d3da1fdae1e8393cb0fe6f7a15aa9be8b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Thu, 17 Jun 2021 01:01:34 +0200 Subject: Actually use new theme --- doc/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial') diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index c4de85cc5..0d2154249 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -299,7 +299,7 @@ its value as follows: # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # - html_theme = 'alabaster' + html_theme = 'furo' With this change, you will notice that your HTML documentation has now a new appearance: -- cgit v1.2.1