Skip to content
Snippets Groups Projects
Select Git revision
  • ac76204b4651fd319fc3f7865c21b5d132435554
  • master default protected
  • dev
  • install
  • new_master
  • protein_ortho
  • documentation
  • pr18
  • dev-licence
  • docker
  • prodigal_train
  • containers
  • module_all
  • functional_tests
  • opti
  • helpers
  • v1.4.1
  • v1.4.0
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.1
  • v1.0
24 results

test_utils-argparse.py

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']