Skip to content
Snippets Groups Projects
Select Git revision
  • db2f7405fa4810f228c00cda2c65abae49d3f935
  • master default protected
  • opensearch
  • master-wo-opendistro-plugins
  • dev-bartos
  • tag-modification
  • java-upgrade
  • ports
  • nifi-update
  • kiril.kjiroski-master-patch-71888
  • user-mgmt-ui
  • interactive
  • cluster-support
  • dev5
  • dev4
  • dev02
  • dev01b
  • dev1
  • dev3
  • dev2
  • v1.0
  • v0.7
22 results

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