aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/conf.py.in
diff options
context:
space:
mode:
authorDennis Oberst <dennis.oberst@qt.io>2022-12-20 14:48:14 +0100
committerDennis Oberst <dennis.oberst@qt.io>2022-12-20 18:21:35 +0100
commit40c53d9e58a74032dc8b3c173a6239d6dde855f8 (patch)
tree9b25f0cd375cc1cc8434acf0ff017c388a37e445 /sources/shiboken6/doc/conf.py.in
parentc78ad95f2571ca6bdcccede2a2cfc2c8d5c8932a (diff)
Exclude all README.md files from being processed by Sphinx
Change-Id: I879f439f7f1b992b7f2528392582ff27cc76e80c Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken6/doc/conf.py.in')
-rw-r--r--sources/shiboken6/doc/conf.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/shiboken6/doc/conf.py.in b/sources/shiboken6/doc/conf.py.in
index 3746f4fa2..a88f6f7b0 100644
--- a/sources/shiboken6/doc/conf.py.in
+++ b/sources/shiboken6/doc/conf.py.in
@@ -98,7 +98,8 @@ release = '@BINDING_API_VERSION_FULL@'
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
-exclude_trees = ['_build']
+exclude_patterns = ['_build',
+ '**README.md']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None