Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c8b559

Browse files
committed
Style
1 parent 01132f3 commit 1c8b559

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

python_docs_theme/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33

44
def setup(app):
55
current_dir = os.path.abspath(os.path.dirname(__file__))
6-
app.add_html_theme(
7-
'python_docs_theme', current_dir)
6+
app.add_html_theme("python_docs_theme", current_dir)
87

98
return {
10-
'parallel_read_safe': True,
11-
'parallel_write_safe': True,
9+
"parallel_read_safe": True,
10+
"parallel_write_safe": True,
1211
}

0 commit comments

Comments
 (0)