sphinx/tests/roots/test-extensions/read_serial.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
71 B
Python
Raw Normal View History

2017-12-29 09:54:55 -06:00
def setup(app):
return {
'parallel_read_safe': False
}