mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
C++ docs: Fix one more sphinx warning about unused input .md file
This commit is contained in:
parent
e61c62d340
commit
9819f7f6b7
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ templates_path = ['_templates']
|
|||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
# This pattern also affects html_static_path and html_extra_path.
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'markdown/tutorial',
|
||||
exclude_patterns = ['_build', 'html/_static/collapsible-lists/LICENSE.md', 'Thumbs.db', '.DS_Store', 'markdown/tutorial',
|
||||
'markdown/building.md', 'markdown/development.md', 'markdown/install_qt.md',
|
||||
'markdown/README.md', 'README.md'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue