Run Ruff on `tests/roots/`

This commit is contained in:
Adam Turner
2025-01-03 01:09:26 +00:00
parent b176c66f8c
commit 00ad109a39
115 changed files with 423 additions and 298 deletions

View File

@@ -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',
)
]