mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove all [format.exclude] entries
This commit is contained in:
parent
43bf986891
commit
c123c7b914
@ -13,9 +13,6 @@ extend-exclude = [
|
||||
[format]
|
||||
preview = true
|
||||
quote-style = "single"
|
||||
exclude = [
|
||||
"sphinx/builders/latex/constants.py"
|
||||
]
|
||||
|
||||
[lint]
|
||||
preview = true
|
||||
|
@ -117,7 +117,7 @@ DEFAULT_SETTINGS: dict[str, Any] = {
|
||||
'figure_align': 'htbp',
|
||||
'tocdepth': '',
|
||||
'secnumdepth': '',
|
||||
}
|
||||
} # fmt: skip
|
||||
|
||||
ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
|
||||
'pdflatex': {
|
||||
@ -204,7 +204,7 @@ ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
|
||||
('xelatex', 'el'): {
|
||||
'fontpkg': XELATEX_GREEK_DEFAULT_FONTPKG,
|
||||
},
|
||||
}
|
||||
} # fmt: skip
|
||||
|
||||
|
||||
SHORTHANDOFF = r"""
|
||||
|
Loading…
Reference in New Issue
Block a user