diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_docs.py | 2 |
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, |