Skip to content

Commit 97292f3

Browse files
jeremymanningclaude
andcommitted
Fix syntax error in docs/conf.py - missing closing brace
- Add missing closing brace for sphinx_gallery_conf dictionary - Resolves Read the Docs build failure with SyntaxError 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a5a09e9 commit 97292f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@
252252
'../examples/precog.py': 'images/thumb/sphx_glr_precog_thumb.gif',
253253
'../examples/save_movie.py': 'images/thumb/sphx_glr_save_movie_thumb.gif',
254254
}
255+
}

0 commit comments

Comments
 (0)