mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
docs: ignore the READMEs when building the docs (#5840)
Co-authored-by: YobeZhou <smilezyb@163.com>
This commit is contained in:
parent
63842f8fec
commit
e29d35b43c
@ -90,7 +90,7 @@ language = 'en'
|
||||
# directories to ignore when looking for source files.
|
||||
# This patterns also effect to html_static_path and html_extra_path
|
||||
exclude_patterns = ['_build', 'doxygen_html', 'Thumbs.db', '.DS_Store',
|
||||
'README.md', 'lv_examples', 'out_html', 'env', '_ext', 'examples']
|
||||
'README.md', 'README_*', 'lv_examples', 'out_html', 'env', '_ext', 'examples']
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
Loading…
x
Reference in New Issue
Block a user