From 29db52771ede993573c84c8f52a408bee2793e8a Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 10 Dec 2020 12:38:17 +0100 Subject: [PATCH] STY: Moved import to top of file --- src/doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/conf.py b/src/doc/conf.py index 4264eba3..6e20f185 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -17,6 +17,9 @@ # sys.path.insert(0, os.path.abspath('../caosdb')) +import sphinx_rtd_theme + + # -- Project information ----------------------------------------------------- project = 'pycaosdb' @@ -29,8 +32,6 @@ version = '0.X.Y' release = '0.x.y-beta-rc2' -import sphinx_rtd_theme - # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -- GitLab