aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-27 13:54:46 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-27 13:54:46 +0100
commit41f287fbeadcf8c8fa53568ee123d9d1fa05829f (patch)
treea8f5bf79a4fdea89348a969cd2119032d6901601 /build
parent3ae799f4ded9201d8c07e8ee47b8dd386304d0e0 (diff)
downloadforums-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar
forums-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar.gz
forums-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar.bz2
forums-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar.xz
forums-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.zip
[ticket/16271] Add Sami 4.x and update necessary dependencies
PHPBB3-16271
Diffstat (limited to 'build')
-rw-r--r--build/sami-checkout.conf.php2
1 files changed, 1 insertions, 1 deletions
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%',