Skip to content
Snippets Groups Projects
conf.py 240 B
Newer Older
  • Learn to ignore specific revisions
  • Marco Del Tufo's avatar
    Marco Del Tufo committed
    html_theme = 'sphinx_rtd_theme'
    html_static_path = ['_static']
    html_logo = "img/openBIS.png"
    html_theme_options = {
            'logo_only': True,
            'display_version': False,
    }
    extensions = ['myst_parser']
    source_suffix = ['.rst', '.md']