Skip to content

Remove private index from cuRobo install commands - #518

Merged
yuecideng merged 1 commit into
mainfrom
codex/docs-curobo-install-index
Aug 18, 2026
Merged

Remove private index from cuRobo install commands#518
yuecideng merged 1 commit into
mainfrom
codex/docs-curobo-install-index

Conversation

@yuecideng

Copy link
Copy Markdown
Contributor

Description

This PR removes the DexForce private package index and trusted-host arguments from the optional cuRobo V2 installation commands. cuRobo is installed directly from NVIDIA's pinned Git source and does not require the Open3DV index.

Dependencies: None.

Issue reference: None.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which improves an existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (existing functionality will not work without user modification)
  • Documentation update

Screenshots

Not applicable.

Validation

  • black --check --diff --color ./
  • git diff --check
  • sphinx-build -b html -D autosummary_generate=0 docs/source <temporary-build-dir>

The normal Sphinx build's autosummary generation requires project runtime dependencies such as dexsim that are unavailable in the local environment. With autosummary generation disabled, all 160 documentation pages render successfully; existing project-wide warnings remain.

Checklist

  • Black formatting check passes
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works (not applicable: documentation-only change)
  • Dependencies have been updated (not applicable)

Install cuRobo directly from NVIDIA's pinned Git source without passing the DexForce package index.
@yuecidengyuecideng added the docs Improvements or additions to documentation label Aug 18, 2026
@yuecideng
yuecideng merged commit f4ffb66 into mainAug 18, 2026
2 checks passed
@yuecideng
yuecideng deleted the codex/docs-curobo-install-index branch August 18, 2026 13:29
@greptile-apps

Copy link
Copy Markdown

Greptile Summary

This documentation-only PR removes the DexForce private package index and trusted-host arguments from the optional cuRobo V2 installation commands.

  • Keeps cuRobo pinned to NVIDIA’s v0.8.0 Git release.
  • Simplifies the CUDA 12.x and CUDA 13.x installation examples.
  • Leaves the private index configuration in place for EmbodiChain dependencies that require it.

Confidence Score: 5/5

The PR appears safe to merge because the removed private index is not required by the documented cuRobo installation.

The change only simplifies documentation commands for a package installed from NVIDIA’s pinned Git source, while dependencies requiring the DexForce index remain covered by the separate EmbodiChain installation instructions.

Important Files Changed

FilenameOverview
docs/source/quick_start/install.mdRemoves unnecessary private-index arguments from cuRobo installation examples without changing cuRobo’s pinned source or supported variants.

Reviews (1): Last reviewed commit: "docs(install): remove private index from..." | Re-trigger Greptile

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@yuecideng