Skip to content

Commit 5e44e61

Browse files
committed
docs: Build the installation guide instead of "all"
It seems that all the work is going into the installation guide instead of the "-all" docs. With this commit we build the installation guide documentation.
1 parent 5b2e1f4 commit 5e44e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ fi
5151
cd $sourcedir/docs
5252
cp -R /usr/share/publican/Common_Content .
5353
ln -s $sourcedir/docs/publican-cloudstack Common_Content/cloudstack
54-
publican build --config=publican-all.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content
54+
publican build --config=publican-installation.cfg --formats html,pdf --langs en-US --common_content=$sourcedir/docs/Common_Content
5555
rm -r Common_Content

0 commit comments

Comments
 (0)