Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

README.md

Blame
  • conf.py 1.21 KiB
    # Configuration file for the Sphinx documentation builder.
    #
    # For the full list of built-in configuration values, see the documentation:
    # https://www.sphinx-doc.org/en/master/usage/configuration.html
    
    # -- Project information -----------------------------------------------------
    # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
    
    project = 'Unix course for SARS-CoV-2 sequence analysis'
    copyright = '2022, Pasteur Network, Institut Pasteur, Paris'
    author = 'Bertrand Néron, Étienne Kornobis'
    release = '2022'
    
    # -- General configuration ---------------------------------------------------
    # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
    
    extensions = ['sphinx.ext.intersphinx',
                  'sphinx.ext.graphviz']
    
    templates_path = ['_templates']
    exclude_patterns = []
    
    
    
    # -- Options for HTML output -------------------------------------------------
    # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
    
    #html_theme = 'alabaster'
    html_theme = 'sphinx_rtd_theme'
    html_static_path = ['_static']
    
    # These paths are either relative to html_static_path
    # or fully qualified paths (eg. https://...)
    html_css_files = ['css/custom.css']