-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable py2docfx docs gen tool, remove the dockerimage docs validation (…
…#38085) * Enable py2docfx docs gen tool, remove the dockerimage docs validation * Remove the --no-venv-required flag from the command line which was a leftover copy/paste from the original PR * Change the version to a pre-release for testing as the released version doesn't appear to have these changes * Update py2docfx version since previous version had problems on Linux * Change the python command to add -u so the sdtout and stderr streams are unbuffered and we see the full output * Updates for feedback and to see what's going on with the output * Remove the Get-Content line which should have been removed in the last commit * Print the command output on actual different lines * Finish the sentence in the comment
- Loading branch information
1 parent
22c49da
commit 60e5527
Showing
6 changed files
with
170 additions
and
188 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.