Changeset 1498
- Timestamp:
- 09/26/08 06:02:50 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/samplerate/scikits/samplerate/doc/src/conf.py
r1495 r1498 17 17 # is relative to the documentation root, use os.path.abspath to make it 18 18 # absolute, like shown here. 19 #sys.path.append(os.path.abspath('.'))19 sys.path.append(os.path.join(os.path.abspath('.'), os.pardir, 'ext')) 20 20 21 21 # General configuration … … 24 24 # Add any Sphinx extension module names here, as strings. They can be extensions 25 25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest' ]#, 'sphinx.ext.intersphinx']26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'only_directives'] 27 27 28 28 # Add any paths that contain templates here, relative to this directory.
