Skip to content
Snippets Groups Projects
conf.py 348 B
html_theme = "sphinx_rtd_theme"
#html_theme = 'default'
html_static_path = ['_static']
html_logo = "img/openBIS.png"
html_theme_options = {
        'logo_only': True,
        'display_version': False,
}
exclude_patterns = ['home.md']
extensions = ['myst_parser']
source_suffix = ['.rst', '.md']
def setup(app):
    app.add_css_file('my_theme.css')