ryanfox / sphinx-markdown-tables

A markdown table plugin for Sphinx
GNU General Public License v3.0
59 stars 15 forks source link

Return parallel_read_safe as true #17

Closed benjdj6 closed 5 years ago

benjdj6 commented 5 years ago

Return parallel_read_safe as True to fix: https://github.com/ryanfox/sphinx-markdown-tables/issues/16

Feel free to close PR or add a comment if this should be returning False.

benjdj6 commented 5 years ago

@ryanfox can you please give a glance when you have the chance?

kapilt commented 5 years ago

afaics there isn't any global re-entrant state in the plugin so it should be safe for return true.

ryanfox commented 5 years ago

Thanks for the work here. This looks good.