RTD
This commit is contained in:
12
docs/source/conf.py
Normal file
12
docs/source/conf.py
Normal file
@ -0,0 +1,12 @@
|
||||
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']
|
||||
Reference in New Issue
Block a user