Files
lightweight-charts-python/docs/source/conf.py
louisnw a489c66d0b RTD
2023-05-16 01:32:30 +01:00

13 lines
240 B
Python

project = 'lightweight-charts-python'
copyright = '2023, louisnw'
author = 'louisnw'
release = '1.0.3'
extensions = ["myst_parser"]
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'furo'
html_static_path = ['_static']