8000 Return metadata indicating that this is parallel_read_safe (#14) · murnana/python-docs-theme@e1f920e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 11, 2020. It is now read-only.

Commit e1f920e

Browse files
author
Jon Wayne Parrott
authored
Return metadata indicating that this is parallel_read_safe (python#14)
1 parent 2a7d0cc commit e1f920e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python_docs_theme/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ def setup(app):
55
current_dir = os.path.abspath(os.path.dirname(__file__))
66
app.add_html_theme(
77
'python_docs_theme', current_dir)
8+
9+
return {
10+
'parallel_read_safe': True,
11+
'parallel_write_safe': True,
12+
}

0 commit comments

Comments
 (0)
0