We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912eef commit dfb543bCopy full SHA for dfb543b
docs/conf.py
@@ -28,13 +28,13 @@
28
from sphinx.environment.adapters.toctree import TocTree # type: ignore
29
from sphinx.util.logging import getLogger # type: ignore
30
31
-from kitty.conf.definition import Option, Shortcut # noqa
32
-from kitty.constants import str_version # noqa
33
-
34
kitty_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
35
if kitty_src not in sys.path:
36
sys.path.insert(0, kitty_src)
37
+from kitty.conf.definition import Option, Shortcut # noqa
+from kitty.constants import str_version # noqa
+
38
39
# config {{{
40
# -- Project information -----------------------------------------------------
0 commit comments