- Removed bar data from exported drawings, which should reduce the file size of exported drawings. (Make sure to back up any drawing files before running the new version!) - Drawings can now be deleted through each’s right click context menu. - Added the new ‘hotkey’ method, which will execute the given method or function when the key command is pressed. - Non-fixed callbacks no longer need to be placed in the API class.
13 lines
243 B
Python
13 lines
243 B
Python
project = 'lightweight-charts-python'
|
|
copyright = '2023, louisnw'
|
|
author = 'louisnw'
|
|
release = '1.0.14.4'
|
|
|
|
extensions = ["myst_parser"]
|
|
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
|
|
html_theme = 'furo'
|
|
html_static_path = ['_static']
|