]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - docs/source/conf.py
.gitignore: pycharm remote execution update
[mirror_ifupdown2.git] / docs / source / conf.py
index 19cbdb2f2b781146aec7d9a24b23cdcd655217c0..01bc5cc1dc4b0169d5994eec726b8086e58684dd 100644 (file)
@@ -17,6 +17,10 @@ import sys, os
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 sys.path.insert(0, os.path.abspath('../../ifupdown'))
+sys.path.append(os.path.abspath('../../addons'))
+sys.path.append(os.path.abspath('../../'))
+sys.path.append(os.path.abspath('../../ifupdownaddons'))
+sys.path.append(os.path.abspath('../../../ifupdown2'))
 
 # -- General configuration -----------------------------------------------------