-
Notifications
You must be signed in to change notification settings - Fork 23
Change Wildfly to WildFly #293
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
Conversation
|
||
# Output file base name for HTML help builder. | ||
htmlhelp_basename = 'WildflyCollectionDoc' | ||
htmlhelp_basename = 'WildFlyCollectionDoc' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops; I missed this when I scanned the diff locally. This looks like a possible functional change. I'll gladly revert it if it is a problem. I'll leave it for now in case it's harmless.
# author, documentclass [howto, manual, or own class]). | ||
latex_documents = [ | ||
(master_doc, 'WildflyCollection.tex', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
(master_doc, 'WildFlyCollection.tex', 'Red Hat JBoss EAP Ansible Collection Documentation', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
(master_doc, 'WildflyCollection', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
author, 'WildflyCollection', 'One line description of project.', | ||
(master_doc, 'WildFlyCollection', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
author, 'WildFlyCollection', 'One line description of project.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
Signed-off-by: ansible-middleware-core <[email protected]>
…-416 AMW-416 Make wildfly collection compliant with ansible-core 2.19
Resolves #292