mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-22 22:14:48 -04:00
fix exclude pattern in conf.py
This commit is contained in:
parent
0bf898475f
commit
ccfe6183a6
1 changed files with 1 additions and 1 deletions
2
conf.py
2
conf.py
|
@ -64,7 +64,7 @@ pygments_style = 'sphinx'
|
|||
exclude_patterns = [
|
||||
'_*',
|
||||
'**/.*',
|
||||
'**/*.txt'
|
||||
'**/*.txt',
|
||||
'attachment',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue