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
72 B
Python
Raw Normal View History

2017-12-29 09:54:55 -06:00
def setup(app):
return {
2025-01-02 19:09:26 -06:00
'parallel_read_safe': False,
2017-12-29 09:54:55 -06:00
}