You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
Source: /home/shoubhik/almighty/almighty-devdoc
Destination: /home/shoubhik/almighty/almighty-devdoc/_site
Incremental build: disabled. Enable with --incremental
Generating...
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
done in 20.365 seconds.
Auto-regeneration: disabled. Use --watch to enable.Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
Source: /home/shoubhik/almighty/almighty-devdoc
Destination: /home/shoubhik/almighty/almighty-devdoc/_site
Incremental build: disabled. Enable with --incremental
Generating...
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
asciidoctor-diagram: ERROR: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
done in 20.365 seconds.
Auto-regeneration: disabled. Use --watch to enable.
As a workaround:
Did the following and it worked: yum install 'graphviz*'
and then executed the build command to get the following clean output:
[shoubhik@dhcp35-156 almighty-devdoc]$ bundle exec jekyll build
Configuration file: /home/shoubhik/almighty/almighty-devdoc/_config.yml
Source: /home/shoubhik/almighty/almighty-devdoc
Destination: /home/shoubhik/almighty/almighty-devdoc/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.306 seconds.
Auto-regeneration: disabled. Use --watch to enable.
The text was updated successfully, but these errors were encountered:
On executing
bundle exec jekyll build
The following output is seen:
As a workaround:
Did the following and it worked:
yum install 'graphviz*'
and then executed the build command to get the following clean output:
The text was updated successfully, but these errors were encountered: