From dfb543bd94937868c90b9ba49a33771b0f6758c4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Mar 2020 15:27:38 +0530 Subject: [PATCH] ... --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 311e1a9c8..b4b0dcc2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,13 +28,13 @@ from sphinx import addnodes # type: ignore from sphinx.environment.adapters.toctree import TocTree # type: ignore from sphinx.util.logging import getLogger # type: ignore -from kitty.conf.definition import Option, Shortcut # noqa -from kitty.constants import str_version # noqa - kitty_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) if kitty_src not in sys.path: sys.path.insert(0, kitty_src) +from kitty.conf.definition import Option, Shortcut # noqa +from kitty.constants import str_version # noqa + # config {{{ # -- Project information -----------------------------------------------------