diff --git a/docs/source/conf.py b/docs/source/conf.py index 973824e9..c6acd779 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,14 +33,19 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["myst_parser", "sphinx.ext.autodoc", "sphinx.ext.mathjax", "sphinx.ext.ifconfig"] +extensions = [ + "myst_parser", + "sphinx.ext.autodoc", + "sphinx.ext.mathjax", + "sphinx.ext.ifconfig", +] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: -source_suffix = ['.rst', '.md'] +source_suffix = [".rst", ".md"] # The encoding of source files. # source_encoding = 'utf-8-sig'