diff --git a/docs/conf.py b/docs/conf.py index 5f0eadf8..3d295b67 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"] @@ -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"]