Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7d0cc commit e1f920eCopy full SHA for e1f920e
1 file changed
python_docs_theme/__init__.py
@@ -5,3 +5,8 @@ def setup(app):
5
current_dir = os.path.abspath(os.path.dirname(__file__))
6
app.add_html_theme(
7
'python_docs_theme', current_dir)
8
+
9
+ return {
10
+ 'parallel_read_safe': True,
11
+ 'parallel_write_safe': True,
12
+ }
0 commit comments