Skip to content

Commit

Permalink
black style conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski authored Oct 6, 2023
1 parent 3096f6c commit d7ac9e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.intersphinx", "sphinx_rtd_theme"]
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.intersphinx",
"sphinx_rtd_theme",
]

# Other useful extensions
# sphinx_copybutton
Expand Down

0 comments on commit d7ac9e1

Please sign in to comment.