Changeset 1498

Show
Ignore:
Timestamp:
09/26/08 06:02:50 (2 months ago)
Author:
cdavid
Message:

Add only_directive extension to conf.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/samplerate/scikits/samplerate/doc/src/conf.py

    r1495 r1498  
    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('.')) 
     19sys.path.append(os.path.join(os.path.abspath('.'), os.pardir, 'ext')) 
    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', 'sphinx.ext.doctest']#, 'sphinx.ext.intersphinx'] 
     26extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'only_directives'] 
    2727 
    2828# Add any paths that contain templates here, relative to this directory.