Conversation
📝 WalkthroughWalkthroughAdds a version switcher UI to the docs (template + CSS) and updates Sphinx config to support template-based versioning and per-version icons. Also refactors several getting-started docs for clearer references, environment examples, and new dropdown configuration sections. Changes
Sequence Diagram(s)sequenceDiagram
participant User as Browser/User
participant Template as versioning.html
participant Sphinx as Build-time versions data
Note over Sphinx,Template: Build generates template with versions list
Sphinx->>Template: Embed versions.branches & versions.tags
Template->>User: Render select dropdown with options
User->>Template: Select option (onchange)
Template->>User: location = selected option URL (navigate)
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/source/getting_started/quick_start.rst`:
- Around line 193-197: Update the tip text that references the
`nvidia.github.io/IsaacTeleop/client` URL to clarify IWER (Immersive Web
Emulator Runtime) requirements: state that IWER must be installed or enabled as
a browser extension or runtime for automatic emulation to work, and optionally
list which desktop browsers have built‑in WebXR emulation (or link to a
setup/installation doc) so users who don’t have IWER installed know they must
install/enable it before the Meta Quest 3 emulation will load.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: a6b268ad-cd1f-4b0d-ac85-5b2205c22e8a
⛔ Files ignored due to path filters (2)
docs/source/_static/cloudxr_accept_cert_isnt_working.pngis excluded by!**/*.pngdocs/source/_static/cloudxr_accept_cert_not_private.pngis excluded by!**/*.png
📒 Files selected for processing (5)
docs/source/_static/css/custom.cssdocs/source/_templates/versioning.htmldocs/source/conf.pydocs/source/getting_started/build_from_source.rstdocs/source/getting_started/quick_start.rst
7745ff1 to
5e1b771
Compare
There was a problem hiding this comment.
♻️ Duplicate comments (1)
docs/source/getting_started/quick_start.rst (1)
193-197:⚠️ Potential issue | 🟡 MinorClarify the IWER prerequisite in this tip.
This still reads as if Quest 3 emulation works automatically in any desktop browser. Please call out that IWER must already be installed/enabled, or link to the setup/support matrix, so users do not treat this as zero-setup validation.
Does Immersive Web Emulator Runtime (IWER) need to be installed or enabled in a desktop browser before it can emulate a Meta Quest 3 headset, and which desktop browsers have built-in WebXR emulation support?🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/source/getting_started/quick_start.rst` around lines 193 - 197, Update the tip text that mentions IWER and the `nvidia.github.io/IsaacTeleop/client` URL to explicitly state that Immersive Web Emulator Runtime (IWER) must be installed/enabled in the desktop browser before Quest 3 emulation will work, and either add a link to the IWER setup/support matrix or list which desktop browsers include WebXR/IWER emulation support; locate and edit the tip block referencing IWER and the client URL to append the prerequisite and link or browser list so readers aren’t misled into thinking no setup is required.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@docs/source/getting_started/quick_start.rst`:
- Around line 193-197: Update the tip text that mentions IWER and the
`nvidia.github.io/IsaacTeleop/client` URL to explicitly state that Immersive Web
Emulator Runtime (IWER) must be installed/enabled in the desktop browser before
Quest 3 emulation will work, and either add a link to the IWER setup/support
matrix or list which desktop browsers include WebXR/IWER emulation support;
locate and edit the tip block referencing IWER and the client URL to append the
prerequisite and link or browser list so readers aren’t misled into thinking no
setup is required.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: ec7b4554-a1ab-49a2-9a13-38bd97222338
⛔ Files ignored due to path filters (2)
docs/source/_static/cloudxr_accept_cert_isnt_working.pngis excluded by!**/*.pngdocs/source/_static/cloudxr_accept_cert_not_private.pngis excluded by!**/*.png
📒 Files selected for processing (2)
docs/source/_static/css/custom.cssdocs/source/getting_started/quick_start.rst
Summary by CodeRabbit
New Features
Documentation
Style / UX