Files
lightweight-charts-python/docs/source/conf.py
2023-06-28 19:15:49 +01:00

13 lines
243 B
Python

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