From 030382434691570d22250585bff52cdf74e0efe0 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Fri, 22 Oct 2021 14:57:39 +0200 Subject: [PATCH] style: lint --- docs/source/conf.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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'