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 01132f3 commit 1c8b559Copy full SHA for 1c8b559
python_docs_theme/__init__.py
@@ -3,10 +3,9 @@
3
4
def setup(app):
5
current_dir = os.path.abspath(os.path.dirname(__file__))
6
- app.add_html_theme(
7
- 'python_docs_theme', current_dir)
+ app.add_html_theme("python_docs_theme", current_dir)
8
9
return {
10
- 'parallel_read_safe': True,
11
- 'parallel_write_safe': True,
+ "parallel_read_safe": True,
+ "parallel_write_safe": True,
12
}
0 commit comments