summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:05:04 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 16:05:04 +0200
commit99ec1c400d79ecc41ae1745e794e21e2e79d2add (patch)
treea20349bc3e5a1b20e0c8184f5aeb2f7c43a43194 /docs
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-99ec1c400d79ecc41ae1745e794e21e2e79d2add.tar.xz
Move lib to lib/Python/Lib
Diffstat (limited to 'docs')
-rw-r--r--docs/build_docs.py2
1 files changed, 1 insertions, 1 deletions
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,