doc/source/conf.py
branchv0.6.x
changeset 212 77ac6f572855
parent 209 c705a9e38962
equal deleted inserted replaced
211:0b129678cfe1 212:77ac6f572855
    20 
    20 
    21 # -- General configuration -----------------------------------------------------
    21 # -- General configuration -----------------------------------------------------
    22 
    22 
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    25 extensions = ['sphinx.ext.intersphinx']
    25 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
    26 
    26 
    27 # Add any paths that contain templates here, relative to this directory.
    27 # Add any paths that contain templates here, relative to this directory.
    28 templates_path = ['.templates']
    28 templates_path = ['.templates']
    29 
    29 
    30 # The suffix of source filenames.
    30 # The suffix of source filenames.
   195 #latex_use_modindex = True
   195 #latex_use_modindex = True
   196 
   196 
   197 
   197 
   198 # Example configuration for intersphinx: refer to the Python standard library.
   198 # Example configuration for intersphinx: refer to the Python standard library.
   199 intersphinx_mapping = {'http://docs.python.org/': None}
   199 intersphinx_mapping = {'http://docs.python.org/': None}
       
   200 
       
   201 todo_include_todos = True