-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Enable py2docfx docs gen tool, remove the dockerimage docs validation #38085
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
Merged
JimSuplizio
merged 12 commits into
Azure:main
from
JimSuplizio:ReallyEnable_py2docfx_ThisTime
Oct 31, 2024
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d47cf26
Enable py2docfx docs gen tool, remove the dockerimage docs validation
JimSuplizio 1018df9
Remove the --no-venv-required flag from the command line which was a …
JimSuplizio ede3b2e
Change the version to a pre-release for testing as the released versi…
JimSuplizio 6b499a4
Merge branch 'Azure:main' into ReallyEnable_py2docfx_ThisTime
JimSuplizio 2bf3990
Update py2docfx version since previous version had problems on Linux
JimSuplizio 8974f77
Merge branch 'Azure:main' into ReallyEnable_py2docfx_ThisTime
JimSuplizio 0b1a1d0
Merge branch 'ReallyEnable_py2docfx_ThisTime' of github.com:JimSupliz…
JimSuplizio 3f6c87e
Change the python command to add -u so the sdtout and stderr streams …
JimSuplizio ed9a53f
Updates for feedback and to see what's going on with the output
JimSuplizio 224df93
Remove the Get-Content line which should have been removed in the las…
JimSuplizio bfc64db
Print the command output on actual different lines
JimSuplizio 63d6826
Finish the sentence in the comment
JimSuplizio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
eng/pipelines/templates/steps/install-rex-validation-tool.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| steps: | ||
| - pwsh: | | ||
| Write-Host "python -m pip install -r eng/scripts/docs/py2docfx_requirements.txt" | ||
| python -m pip install -r eng/scripts/docs/py2docfx_requirements.txt | ||
| # After install py2docfx, | ||
| Write-Host "Testing the install. Running python -m py2docfx -h to display the help" | ||
| python -m py2docfx -h | ||
| displayName: Install py2docfx for package validation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.