Skip to content

Commit 2052953

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix doc builder script
2 parents 304de64 + cd9b737 commit 2052953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
->setOutputDir($outputDir)
2626
->setImagesDir(__DIR__.'/output/_images')
2727
->setImagesPublicPrefix('_images')
28-
->setTheme('sfdocs')
28+
->setTheme('rtd')
2929
;
3030

3131
$buildConfig->setExcludedPaths(['.github/', '_build/']);

0 commit comments

Comments
 (0)