-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[doc] Add a CI check for the doc being properly generated #6736
[doc] Add a CI check for the doc being properly generated #6736
Conversation
This comment has been minimized.
This comment has been minimized.
Pull Request Test Coverage Report for Build 3400448677
💛 - Coveralls |
This comment has been minimized.
This comment has been minimized.
Task failed successfully. I think we need a better error message because it's very unclear that the issue is that the file were modified during the make. Ideally pre-commit could autofix, but I don't know how well that work with the "manual" option. |
93ea4a3
to
b37f1fd
Compare
This comment has been minimized.
This comment has been minimized.
I think that adding this hook as pre-push is reasonable. The alternative I think would be to add it all the time but only if some specific file are modified like checkers in pylint/checkers and python file in doc/exts/. Con/pro of the pre-push hook:
Con/pro of the pre-commithook:
|
This comment has been minimized.
This comment has been minimized.
I'm still not sure about adding this as a local On |
This comment has been minimized.
This comment has been minimized.
f945d38
to
cc2b93a
Compare
@DanielNoord @jacobtylerwalls sorry I changed the contributor doc a little more than strictly necessary but it was in such a state of disrepair that I could not help it. |
Let it be noted that the tests fail successfully before the generation of the doc on cc2b93a |
This comment has been minimized.
This comment has been minimized.
fc0a932
to
7bad7f7
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit 98e684b |
98e684b
to
c4dda40
Compare
I chose to hard code the value in a dict, the generic way to do it was not worth it as we have so little dynamically generated values. |
dbaf98f
to
1a03807
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit ea000d9 |
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit 8edc45c |
bc8ea11
to
c08cfc4
Compare
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit c08cfc4 |
c08cfc4
to
facb422
Compare
And cleanup the doc about dev installation for contributors. Co-authored-by: Jacob Walls <[email protected]>
facb422
to
0bbb8ce
Compare
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.
I'm thinking that it could be nice to launch the fast python generation directly in a pre-commit hook but I want to prioritize the conf upgrade tool atm
Type of Changes
Description
Refs #5953
Refs #6735 (comment)
Require #8949, #8950, #8951, #8956