doc/conf.py
branchdevel
changeset 277 f65edc0382cc
parent 266 a0adcb788fec
child 294 0e75bd39767d
equal deleted inserted replaced
276:4841b443f1fd 277:f65edc0382cc
    23 # If your documentation needs a minimal Sphinx version, state it here.
    23 # If your documentation needs a minimal Sphinx version, state it here.
    24 #needs_sphinx = '1.0'
    24 #needs_sphinx = '1.0'
    25 
    25 
    26 # Add any Sphinx extension module names here, as strings. They can be extensions
    26 # Add any Sphinx extension module names here, as strings. They can be extensions
    27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    28 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
    28 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode','sphinx.ext.extlinks']
    29 
    29 
    30 # Add any paths that contain templates here, relative to this directory.
    30 # Add any paths that contain templates here, relative to this directory.
    31 templates_path = ['_templates']
    31 templates_path = ['_templates']
    32 
    32 
    33 # The suffix of source filenames.
    33 # The suffix of source filenames.
   240 
   240 
   241 # How to display URL addresses: 'footnote', 'no', or 'inline'.
   241 # How to display URL addresses: 'footnote', 'no', or 'inline'.
   242 #texinfo_show_urls = 'footnote'
   242 #texinfo_show_urls = 'footnote'
   243 
   243 
   244 autoclass_content = 'both'
   244 autoclass_content = 'both'
       
   245 
       
   246 extlinks = {'irofile': ("../files/iro-%s.tar.gz","Iro ")}