diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-27 13:54:46 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-27 13:54:46 +0100 |
commit | 41f287fbeadcf8c8fa53568ee123d9d1fa05829f (patch) | |
tree | a8f5bf79a4fdea89348a969cd2119032d6901601 /build | |
parent | Merge branch '3.2.x' into 3.3.x (diff) | |
download | phpbb-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar.gz phpbb-41f287fbeadcf8c8fa53568ee123d9d1fa05829f.tar.bz2 phpbb-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.php | 2 |
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%', |