1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

merge docs.addons content into docs directory

Ticket:
Reviewed By:
Testing Done:
This commit is contained in:
Roopa Prabhu
2015-03-10 14:18:30 -07:00
parent c65c2ccde1
commit 0edaee373f
12 changed files with 88 additions and 555 deletions

View 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 -----------------------------------------------------