Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Jun 28, 2023
1 parent 455545d commit 571ccf5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/htmldoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
source_suffix = ".rst"
master_doc = "index"
extensions = [
'sphinx_gallery.gen_gallery',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'IPython.sphinxext.ipython_console_highlighting',
'nbsphinx',
'sphinx_design',
'HoverXTooltip',
'VersionSyncRole',
'sphinx_copybutton',
'notfound.extension',
"sphinx_gallery.gen_gallery",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"IPython.sphinxext.ipython_console_highlighting",
"nbsphinx",
"sphinx_design",
"HoverXTooltip",
"VersionSyncRole",
"sphinx_copybutton",
"notfound.extension",
]

autodoc_mock_imports = ["nest.pynestkernel", "nest.ll_api"]
Expand Down

0 comments on commit 571ccf5

Please sign in to comment.