-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: from config: failed to resolve output format "print" from site config #166
Comments
Just remove the # Comment out if you don't want the "print entire section" link enabled.
[outputs]
section = ["HTML", "print", "RSS"] |
I had the same error. When I followed the advise above I got the following error:
When using the provided compose file everything works fine. Investigating my local env installed with brew:
|
Check if all submodules are in place |
@mcsage I'm having the same issue but I've already switched to the hugo module instead of git submodules. (more info in the linked comment) The only thing I see consistent about the issues is that it's happening in Mac builds but not linux. |
Same issue here (using
|
This seems to be some kind of cache issue (it's cropped up a few times) - looks like @ivan3bx has come up with a workaround here for those who aren't on the duplicate bug in the theme repo: google/docsy#805 |
I have added docsy theme to my hugo site while running the below command
hugo serve -D
I am getting below error :
Error: from config: failed to resolve output format "print" from site config
The text was updated successfully, but these errors were encountered: