jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

Fix potential UnboundLocalError #228

Closed kartben closed 1 year ago

kartben commented 1 year ago

Move the definition of param_id_suffix before the for loop to avoid potential UnboundLocalError in case the for loop is never executed.

Signed-off-by: Benjamin Cabé benjamin@zephyrproject.org