Skip to content

fix: add missing closing brace and default value for extra_head in conf.py (closes #2816)#3285

Open
botbikamordehai2-sketch wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
botbikamordehai2-sketch:fix/issue-2816-1784457172
Open

fix: add missing closing brace and default value for extra_head in conf.py (closes #2816)#3285
botbikamordehai2-sketch wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
botbikamordehai2-sketch:fix/issue-2816-1784457172

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

The html_theme_options dictionary in docs/conf.py had a truncated key "extra_head without a closing quote, colon, or value. This caused a syntax error when Sphinx attempted to load the configuration, breaking release documentation builds.

Fix

Added the missing closing quote, colon, and an empty string default value: "extra_head": "".

Closes #2816

@botbikamordehai2-sketch
botbikamordehai2-sketch requested a review from a team as a code owner July 19, 2026 10:33
@copy-pr-bot

copy-pr-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added Documentation Improvements or additions to documentation community-request labels Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-request Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release test failing with DeepEP error

2 participants