equal
  deleted
  inserted
  replaced
  
    
    
    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.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo']  | 
    25 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.viewcode']  | 
    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.  |