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]
|
[format]
|
||||||
preview = true
|
preview = true
|
||||||
quote-style = "single"
|
quote-style = "single"
|
||||||
exclude = [
|
|
||||||
"sphinx/builders/latex/constants.py"
|
|
||||||
]
|
|
||||||
|
|
||||||
[lint]
|
[lint]
|
||||||
preview = true
|
preview = true
|
||||||
|
@ -117,7 +117,7 @@ DEFAULT_SETTINGS: dict[str, Any] = {
|
|||||||
'figure_align': 'htbp',
|
'figure_align': 'htbp',
|
||||||
'tocdepth': '',
|
'tocdepth': '',
|
||||||
'secnumdepth': '',
|
'secnumdepth': '',
|
||||||
}
|
} # fmt: skip
|
||||||
|
|
||||||
ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
|
ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
|
||||||
'pdflatex': {
|
'pdflatex': {
|
||||||
@ -204,7 +204,7 @@ ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
|
|||||||
('xelatex', 'el'): {
|
('xelatex', 'el'): {
|
||||||
'fontpkg': XELATEX_GREEK_DEFAULT_FONTPKG,
|
'fontpkg': XELATEX_GREEK_DEFAULT_FONTPKG,
|
||||||
},
|
},
|
||||||
}
|
} # fmt: skip
|
||||||
|
|
||||||
|
|
||||||
SHORTHANDOFF = r"""
|
SHORTHANDOFF = r"""
|
||||||
|
Loading…
Reference in New Issue
Block a user