From 99ec1c400d79ecc41ae1745e794e21e2e79d2add Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 16:05:04 +0200 Subject: Move lib to lib/Python/Lib --- docs/build_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/build_docs.py') diff --git a/docs/build_docs.py b/docs/build_docs.py index d4822ef94..82dd75e0b 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -23,7 +23,7 @@ sys.path.append(dir_name) if "64" in platform.machine(): sys.path.append(os.path.join(os.path.dirname, "lib64")) -sys.path.append(os.path.join(os.path.dirname, "lib")) +sys.path.append(os.path.join(os.path.dirname, "lib", "Python", "Lib")) # If extensions (or modules to document with autodoc) are in another directory, -- cgit v1.2.3