Skip to content

Commit

Permalink
style: Reformat by black
Browse files Browse the repository at this point in the history
  • Loading branch information
abbra authored and dav-pascual committed Oct 16, 2024
1 parent 4b831aa commit 0683fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['m2r2']
extensions = ["m2r2"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand All @@ -54,4 +54,4 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
source_suffix = ['.rst', '.md']
source_suffix = [".rst", ".md"]

0 comments on commit 0683fc8

Please sign in to comment.