Skip to content
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

[QST] How to disable document generation #1203

Closed
mshr-h opened this issue Nov 20, 2023 · 4 comments
Closed

[QST] How to disable document generation #1203

mshr-h opened this issue Nov 20, 2023 · 4 comments
Labels
feature request New feature or request inactive-30d

Comments

@mshr-h
Copy link

mshr-h commented Nov 20, 2023

Hi there,
I'm using cutlass for my project. It seems like CMakeLists.txt generates documents when doxygen is found. But it seems there's no option to disable it. In some cases such as CI/CD pipeline execution, we'd like to avoid document generation. How can I do that? Thank.

@mshr-h mshr-h added ? - Needs Triage feature request New feature or request labels Nov 20, 2023
@mshr-h mshr-h changed the title [FEA] Add an option to disable document generation [QST] How to disable document generation Nov 20, 2023
@thakkarV
Copy link
Collaborator

@d-k-b

@d-k-b
Copy link
Collaborator

d-k-b commented Nov 28, 2023

@mshr-h, you are seeing the documentation being generated with the default "all" build? If doxygen is found, the rules for generating the documentation are defined in cmake, but the actual cutlass_docs target is not included in the ALL target so should not be run by default. If that is not the case, then please include which platform/os/cmake/toolchains you are using so we can further investigate.

Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@mnicely
Copy link
Collaborator

mnicely commented Jan 2, 2024

Closing due to inactivity. Feel free to reopen if needed.

@mnicely mnicely closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request inactive-30d
Projects
None yet
Development

No branches or pull requests

4 participants