mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
C++ docs: cut down on sphinx warnings
Excludes files we are not using in the toctree
This commit is contained in:
parent
c5312fd642
commit
e61c62d340
1 changed files with 4 additions and 1 deletions
|
@ -69,7 +69,10 @@ 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']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'markdown/tutorial',
|
||||
'markdown/building.md', 'markdown/development.md', 'markdown/install_qt.md',
|
||||
'markdown/README.md', 'README.md'
|
||||
]
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue