-
Notifications
You must be signed in to change notification settings - Fork 204
SG-40980 Tests #433
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
base: master
Are you sure you want to change the base?
SG-40980 Tests #433
Conversation
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.
Pull request overview
This PR adds documentation build validation and updates CI/CD pipeline configurations. The changes introduce automated Sphinx documentation building during the CI process and modernize the code style validation job with more explicit task configurations.
Key Changes:
- Added automated Sphinx documentation building to the CI pipeline
- Refactored code style validation job to use explicit Bash tasks instead of script shortcuts
- Added flake8 linting to pre-commit hooks
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| azure-pipelines.yml | Added build_documentation template to PR validation jobs |
| azure-pipelines-templates/code_style_validation.yml | Refactored to use explicit Bash@3 tasks and removed unnecessary properties |
| azure-pipelines-templates/build_documentation.yml | New template for building Sphinx documentation with Python 3.10 and PySide2 |
| .pre-commit-config.yaml | Added flake8 linting hook for code quality validation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ../tk-core | ||
|
|
||
| - task: Bash@3 | ||
| displayName: Build Shpinx Documentation |
Copilot
AI
Dec 11, 2025
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.
Corrected spelling of 'Shpinx' to 'Sphinx'.
| displayName: Build Shpinx Documentation | |
| displayName: Build Sphinx Documentation |
02e3a23 to
6553ec7
Compare
No description provided.