Ignore:
Timestamp:
04/13/12 11:41:05 (12 years ago)
Author:
pinsard
Message:

consolidation of doc dev. (to be cont.)

Location:
trunk/docs
Files:
3 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/docs/docs_dev/source/conf.py

    r515 r516  
    1919# 
    2020#   * find a way to produce olr_split.sh.1 even if graphviz inside source 
    21 #   * find a way to avoid hard coded man pages name here (should be in  
     21#   * find a way to avoid hard coded man pages name here (should be in 
    2222#     adm/makefile) 
    2323#   * use a specific index.rst for man troff 
     
    6161# add these directories to sys.path here. If the directory is relative to the 
    6262# documentation root, use os.path.abspath to make it absolute, like shown here. 
    63 sys.path.append(os.path.abspath('../../src/')) 
    64 sys.path.append(os.path.abspath('../src/')) 
    65 sys.path.append(os.path.abspath('../')) 
    66 sys.path.append(os.path.abspath('../..')) 
     63#sys.path.insert(0, os.path.abspath('.')) 
     64sys.path.insert(0, os.path.abspath('../../../src/')) 
    6765 
    6866# -- General configuration ----------------------------------------------------- 
     
    7169# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 
    7270#extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig'] 
    73 extensions = ['sphinx.ext.autodoc',  
    74               'sphinx.ext.doctest',  
     71extensions = ['sphinx.ext.autodoc', 
     72              'sphinx.ext.doctest', 
    7573              'sphinx.ext.todo', 
    76               'sphinx.ext.intersphinx',  
    77               'sphinx.ext.coverage',  
    78               'sphinx.ext.pngmath',  
    79               'sphinx.ext.ifconfig',  
    80               'sphinx.ext.viewcode',  
     74              'sphinx.ext.intersphinx', 
     75              'sphinx.ext.coverage', 
     76              'sphinx.ext.pngmath', 
     77              'sphinx.ext.ifconfig', 
     78              'sphinx.ext.viewcode', 
    8179              'sphinx.ext.graphviz', 
    8280              'sphinx.ext.inheritance_diagram' ] 
     
    9694# General information about the project. 
    9795project = u'VARAMMA' 
    98 copyright = u'2011, CNRS' 
     96copyright = u'2011,2012, CNRS' 
    9997 
    10098# The version info for the project you're documenting, acts as replacement for 
Note: See TracChangeset for help on using the changeset viewer.