From 25c32605494f517d8fe0a734ad093186c8b259f8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Jul 2017 08:57:23 +0530 Subject: [PATCH] ... --- manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/conf.py b/manual/conf.py index 9e03a1a67e..fb9e3e575c 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -19,9 +19,9 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__))) sys.path.insert(0, os.path.dirname(sys.path[-1])) from setup import __appname__, __version__ import calibre.utils.localization as l # Ensure calibre translations are installed +import custom del sys.path[0] del l -import custom custom # General configuration # ---------------------