mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Run Ruff on `tests/roots/`
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
html_theme = 'basic'
|
||||
latex_documents = [
|
||||
('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
|
||||
(
|
||||
'index',
|
||||
'test.tex',
|
||||
'The basic Sphinx documentation for testing',
|
||||
'Sphinx',
|
||||
'report',
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user