jbms / sphinx-immaterial

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

patch visitor for production list directive #178

Closed 2bndy5 closed 1 year ago

2bndy5 commented 1 year ago

Also un-comment the section in additional_samples.rst now that this patch addresses #46

Modified the production list example to use dot syntax grammar (and avoid unreferenced token warnings in the build log). I added use of the :token: role in production list example to better demonstrate the full utility of a production list.

jbms commented 1 year ago

Thanks for fixing this. Looks good to me.