C++ docs: Fix one more sphinx warning about unused input .md file

This commit is contained in:
Simon Hausmann 2021-07-02 13:15:20 +02:00
parent e61c62d340
commit 9819f7f6b7

View file

@ -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'
]