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
I see the theme in the Lib. However it does not seem to want to work either via command line, or if I use the jazzy.yaml file.
keeps trying to look for jony in my projects directory:
/Library/Ruby/Gems/2.3.0/gems/mustache-0.99.8/lib/mustache/settings.rb:142:in `read': No such file or directory @ rb_sysopen - /Users/kevinh/Developer/GitHub/FitnessKit/FitDataProtocol/jony/templates/doc.mustache (Errno::ENOENT)
from /Library/Ruby/Gems/2.3.0/gems/mustache-0.99.8/lib/mustache/settings.rb:142:in `template'
from /Library/Ruby/Gems/2.3.0/gems/mustache-0.99.8/lib/mustache/settings.rb:157:in `template'
from /Library/Ruby/Gems/2.3.0/gems/mustache-0.99.8/lib/mustache.rb:109:in `render'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:421:in `document'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:91:in `block (2 levels) in build_docs'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:90:in `open'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:90:in `open'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:90:in `block in build_docs'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:101:in `block in each_doc'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:97:in `each'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:97:in `each_doc'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:86:in `build_docs'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:121:in `build_site'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:157:in `build_docs_for_sourcekitten_output'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/lib/jazzy/doc_builder.rb:77:in `build'
from /Library/Ruby/Gems/2.3.0/gems/jazzy-0.9.2/bin/jazzy:15:in `<top (required)>'
from /usr/local/bin/jazzy:22:in `load'
from /usr/local/bin/jazzy:22:in `<main>'
The text was updated successfully, but these errors were encountered:
Trying to get Jony Theme to work with 0.9.2
I see the theme in the Lib. However it does not seem to want to work either via command line, or if I use the jazzy.yaml file.
keeps trying to look for jony in my projects directory:
The text was updated successfully, but these errors were encountered: