From 27afcbd82a94a3c04922eb711a1562bce3c623bc Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Wed, 13 May 2020 10:41:08 +1000 Subject: [PATCH] More PEP8 nonsense on a config file --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 10e36984..71edc718 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,9 +9,9 @@ # Sphinx setup #needs_sphinx = '1.0' -extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode', +extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.ifconfig', + 'sphinx.ext.viewcode', 'sphinx.ext.autosectionlabel'] autosectionlabel_maxdepth = 2 templates_path = ['_templates']