From 51cb44fe3aca1ed91e4d2da0ecbc2498f8217bc9 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Thu, 19 May 2022 12:59:25 +0200 Subject: [PATCH] refactor: isort conf.py --- docs/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7d0b77d..403d465 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,6 +21,7 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) import sphinx_rtd_theme + from keycloak import __version__ # -- General configuration ------------------------------------------------ @@ -169,7 +170,7 @@ latex_documents = [ "python-keycloak Documentation", "Marcos Pereira", "manual", - ), + ) ] @@ -194,5 +195,5 @@ texinfo_documents = [ "python-keycloak", "One line description of project.", "Miscellaneous", - ), + ) ]