Skip to content
Snippets Groups Projects
Select Git revision
  • 2483831bb8ef41b382451cb64d6a6dacaa6ed5f2
  • develop default
  • master protected
  • feature/frontend-tests
  • 0.98
  • 0.97
  • 0.96
  • 0.95
  • 0.94
  • 0.93
  • 0.92
  • 0.91
  • 0.90
  • 0.89
  • 0.88
  • 0.87
  • 0.86
  • 0.85
  • 0.84
  • 0.83
  • 0.82
  • 0.81
  • 0.80
  • 0.79
24 results

conftest.py

Blame
  • conf.py 847 B
    # -- Project information -----------------------------------------------------
    project = 'GÉANT Automation Platform'
    copyright = '2023, GÉANT Vereniging'
    author = 'GÉANT Orchestration and Automation Team'
    
    # -- General configuration ---------------------------------------------------
    extensions = ['sphinx_rtd_theme', 'myst_parser']
    
    templates_path = ['templates']
    exclude_patterns = ['build', 'Thumbs.db', '.DS_Store', 'venv', 'vale']
    source_suffix = {
        '.md': 'markdown'
    }
    
    # -- Options for Markdown support --------------------------------------------
    myst_enable_extensions = ['attrs_block', 'deflist', 'replacements', 'smartquotes', 'strikethrough']
    suppress_warnings = ['myst.strikethrough']
    
    # -- Options for HTML output -------------------------------------------------
    html_theme = 'sphinx_rtd_theme'
    html_static_path = ['static']