equal
  deleted
  inserted
  replaced
  
    
    
    14 import sys, os  | 
    14 import sys, os  | 
    15   | 
    15   | 
    16 # If extensions (or modules to document with autodoc) are in another directory,  | 
    16 # If extensions (or modules to document with autodoc) are in another directory,  | 
    17 # add these directories to sys.path here. If the directory is relative to the  | 
    17 # add these directories to sys.path here. If the directory is relative to the  | 
    18 # documentation root, use os.path.abspath to make it absolute, like shown here.  | 
    18 # documentation root, use os.path.abspath to make it absolute, like shown here.  | 
    19 #sys.path.append(os.path.abspath('.')) | 
    19 sys.path.append(os.path.abspath('..')) | 
    20   | 
    20   | 
    21 # -- General configuration -----------------------------------------------------  | 
    21 # -- General configuration -----------------------------------------------------  | 
    22   | 
    22   | 
    23 # Add any Sphinx extension module names here, as strings. They can be extensions  | 
    23 # Add any Sphinx extension module names here, as strings. They can be extensions  | 
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.  | 
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.  |