nyergler / hieroglyph

Generate HTML presentations from plain text sources with all the power of Sphinx.
https://hieroglyph.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
261 stars 73 forks source link

Can hieroglyph be parallel safe? #154

Closed jodygarnett closed 5 years ago

jodygarnett commented 5 years ago

I was looking at enabling -j auto on my sphinx-build and hieroglyph produces a warning:

WARNING: the hieroglyph 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

Is it possible to enable parallel read and write in the setup function?

nyergler commented 5 years ago

Yup, I believe it can! Fixed on master.