mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 19:15:38 +08:00
docs(directory structure): simplify by removing details/ and intro/ dirs (#9313)
This commit is contained in:
@@ -763,7 +763,7 @@ print('''\
|
||||
''')
|
||||
print('#endif /* LV_STYLE_GEN_H */')
|
||||
|
||||
sys.stdout = open(base_dir + '/../docs/src/details/common-widget-features/styles/style-properties.rst', 'w')
|
||||
sys.stdout = open(base_dir + '/../docs/src/common-widget-features/styles/style-properties.rst', 'w')
|
||||
|
||||
print('.. _style_properties:')
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user