Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Nov 11, 2022
1 parent 01132f3 commit 1c8b559
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python_docs_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

def setup(app):
current_dir = os.path.abspath(os.path.dirname(__file__))
app.add_html_theme(
'python_docs_theme', current_dir)
app.add_html_theme("python_docs_theme", current_dir)

return {
'parallel_read_safe': True,
'parallel_write_safe': True,
"parallel_read_safe": True,
"parallel_write_safe": True,
}

0 comments on commit 1c8b559

Please sign in to comment.