Remove dependency on only_directives.

This commit is contained in:
Stefan van der Walt
2009-10-14 06:55:33 +02:00
parent 735f180d4e
commit 0601ec4b00
3 changed files with 3 additions and 100 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ sys.path.append(os.path.join(curpath, '..', 'ext'))
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc',
'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram',
'only_directives', 'plot_directive']
'plot_directive']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']