build_docs.sh not working

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

build_docs.sh not working

Fabian Hueske
When executing ./docs/build_docs.sh I get the following error message:

Configuration file:
/home/fhueske/Development/projects/flink/docs/_config.yml
      Source: /home/fhueske/Development/projects/flink/docs
      Destination: /home/fhueske/Development/projects/flink/docs/target
      Generating...   Liquid Exception: wrong number of arguments(1 for 0)
in _layouts/docs.html
error: wrong number of arguments(1 for 0). Use --trace to view backtrace

Which jekyll version is required for the script? Are there any other
dependencies?

Cheers, Fabian
Reply | Threaded
Open this post in threaded view
|

Re: build_docs.sh not working

Robert Metzger
Hi,
You need the latest jekyll, at least version 2.1.0, as well as "redcarpet"
and pygmentize". The script should check if the jekyll version is correct
and if the other two tools are available.

Robert


On Thu, Aug 14, 2014 at 4:28 PM, Fabian Hueske <[hidden email]> wrote:

> When executing ./docs/build_docs.sh I get the following error message:
>
> Configuration file:
> /home/fhueske/Development/projects/flink/docs/_config.yml
>       Source: /home/fhueske/Development/projects/flink/docs
>       Destination: /home/fhueske/Development/projects/flink/docs/target
>       Generating...   Liquid Exception: wrong number of arguments(1 for 0)
> in _layouts/docs.html
> error: wrong number of arguments(1 for 0). Use --trace to view backtrace
>
> Which jekyll version is required for the script? Are there any other
> dependencies?
>
> Cheers, Fabian
>