Skip to content

Commit cd9b737

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix doc builder script
2 parents 47a4c05 + b043aa3 commit cd9b737

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)