From c669d2b55d0b1b9608d160317770bad559839f34 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 25 2017 12:53:36 +0000 Subject: Fix layout breakage in the doc Signed-off-by: Pierre-Yves Chibon --- diff --git a/doc/usage/theming.rst b/doc/usage/theming.rst index 3e7b78e..f44d9ce 100644 --- a/doc/usage/theming.rst +++ b/doc/usage/theming.rst @@ -56,6 +56,8 @@ from. So what you want to do is replace this ``master.html`` by your own. * Adjust pagure's configuration file: +:: + + THEME_TEMPLATE_FOLDER='/var/www/mypaguretheme/templates' + THEME_STATIC_FOLDER='/var/www/mypaguretheme/static'