From 299c64a48cb6278eebe1d7cc54d878953ecc5fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Tue, 21 Apr 2020 13:59:41 +0200 Subject: Add isort support. (#561) --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 82c0e03..4789396 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ # coding: utf8 -import sys, os +import os +import sys templates_path = ["_templates"] source_suffix = ".rst" -- cgit v1.1