~nipy-developers/nipy/fff2

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Gael Varoquaux
  • Date: 2009-02-15 18:04:59 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: gael.varoquaux@normalesup.org-20090215180459-j81siu4g5td03cza
DOC: Document the enn. Fix the custom sphinx directive to work with trunk sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# Import support for ipython console session syntax highlighting (lives
20
20
# in the sphinxext directory defined above)
21
 
import ipython_console_highlighting
 
21
#import ipython_console_highlighting
22
22
 
23
23
# General configuration
24
24
# ---------------------
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
 
extensions = ['mathmpl', 'ipython_console_highlighting', 'sphinx.ext.autodoc',
29
 
              'inheritance_diagram', 'only_directives', 'plot_directive',
 
28
#extensions = ['mathmpl', 'ipython_console_highlighting', 'sphinx.ext.autodoc',
 
29
#              'inheritance_diagram', 'only_directives', 'plot_directive',
 
30
#              'autosummary', 'numpydoc']
 
31
extensions = ['sphinx.ext.autodoc', 'only_directives', 'plot_directive',
30
32
              'autosummary', 'numpydoc']
31
33
 
32
34
# Add any paths that contain templates here, relative to this directory.