ryan-roemer / sphinx-bootstrap-theme

Sphinx Bootstrap Theme
http://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
MIT License
585 stars 213 forks source link

Declare if extension is safe for parallel reading #229

Open explode opened 6 months ago

explode commented 6 months ago

Doing a Sphinx build using multiple processes will complain:

WARNING: the sphinx_bootstrap_theme extension does not declare if it is safe for parallel reading, 
assuming it isn't - please ask the extension author to check and make it explicit
WARNING: doing serial read

setup(app) simply needs to return {'parallel_read_safe':True} but should it be set True or False?

Sphinx API docs