mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-23 22:44:41 -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 = [
|
exclude_patterns = [
|
||||||
'_*',
|
'_*',
|
||||||
'**/.*',
|
'**/.*',
|
||||||
'**/*.txt'
|
'**/*.txt',
|
||||||
'attachment',
|
'attachment',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue