Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Finish the sentence in the comment
  • Loading branch information
JimSuplizio committed Oct 31, 2024
commit 63d682692191289f1d09a051bd7830a991f999ef
2 changes: 1 addition & 1 deletion eng/scripts/docs/Docs-Onboarding.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Get-python-DocsPackagesAlreadyOnboarded($docRepoLocation, $moniker) {
# but those are for track 1 or libraries released by other teams and not through our engineering system.
# 2. extra_index_url only needs to exist on the object if PackageSourceOverride is set
# 3. The reason this needs to be done using a json file instead of just a command line is because py2docfx
# doesn't handle the autodoc_default_options on the
# doesn't handle the autodoc_default_options on the command line.
function Get-SinglePackageJsonForDocsValidation($PackageInfo, $PackageSourceOverride)
{

Expand Down