From 41f287fbeadcf8c8fa53568ee123d9d1fa05829f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 27 Dec 2019 13:54:46 +0100 Subject: [ticket/16271] Add Sami 4.x and update necessary dependencies PHPBB3-16271 --- build/sami-checkout.conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/sami-checkout.conf.php b/build/sami-checkout.conf.php index abbf1d257e..69d13d07c3 100644 --- a/build/sami-checkout.conf.php +++ b/build/sami-checkout.conf.php @@ -32,7 +32,7 @@ $iterator = Symfony\Component\Finder\Finder::create() ; $config = array( - 'theme' => 'enhanced', + 'theme' => 'default', 'title' => 'phpBB API Documentation', 'build_dir' => __DIR__.'/api/output/%version%', 'cache_dir' => __DIR__.'/api/cache/%version%', -- cgit v1.2.3-65-gdbad