Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c8b559

Browse filesBrowse files
committed
Style
1 parent 01132f3 commit 1c8b559
Copy full SHA for 1c8b559

File tree

1 file changed

+3
-4
lines changed
Filter options

1 file changed

+3
-4
lines changed

‎python_docs_theme/__init__.py

Copy file name to clipboardExpand all lines: python_docs_theme/__init__.py
+3-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.