diff --git a/doc/htmldoc/conf.py b/doc/htmldoc/conf.py index 694d7fba00..c8a8b6cc78 100644 --- a/doc/htmldoc/conf.py +++ b/doc/htmldoc/conf.py @@ -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"]