Changeset 4830

Show
Ignore:
Timestamp:
06/28/08 13:58:57 (5 months ago)
Author:
brunojm
Message:

new TG documentation extension

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/conf.py

    r4557 r4830  
    1717# is relative to the documentation root, use os.path.abspath to make it 
    1818# absolute, like shown here. 
    19 #sys.path.append(os.path.abspath('some/directory')) 
     19sys.path.append(os.path.dirname(os.path.abspath(__file__))) 
    2020 
    2121# General configuration 
     
    2424# Add any Sphinx extension module names here, as strings. They can be extensions 
    2525# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 
    26 extensions = ['sphinx.ext.autodoc'
     26extensions = ['sphinx.ext.autodoc', 'tgext'
    2727 
    2828# Add any paths that contain templates here, relative to this directory. 
     
    5454 
    5555# List of documents that shouldn't be included in the build. 
    56 #unused_docs = [] 
     56# unused_docs = [] 
    5757 
    5858# If true, '()' will be appended to :func: etc. cross-reference text. 
     
    148148# If false, no module index is generated. 
    149149#latex_use_modindex = True 
     150 
     151code_path = os.path.dirname(os.path.abspath(__file__)) + os.path.sep + 'project_code' + os.path.sep 
     152code_scm = 'svn'