Skip to content

Commit b043aa3

Browse files
committed
Fix doc builder script
1 parent 0e69311 commit b043aa3

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)