fix exclude pattern in conf.py

This commit is contained in:
saces 2025-09-11 20:43:16 +02:00
parent 0bf898475f
commit ccfe6183a6
No known key found for this signature in database
GPG key ID: 2D1B511919F86901

View file

@ -64,7 +64,7 @@ pygments_style = 'sphinx'
exclude_patterns = [ exclude_patterns = [
'_*', '_*',
'**/.*', '**/.*',
'**/*.txt' '**/*.txt',
'attachment', 'attachment',
] ]