mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Do proper cleanup of generated files.
This commit is contained in:
@@ -16,6 +16,10 @@ from util import *
|
||||
|
||||
from sphinx.theming import Theme, ThemeError
|
||||
|
||||
def teardown_module():
|
||||
(test_root / '_build').rmtree()
|
||||
(test_root / 'generated').rmtree()
|
||||
|
||||
|
||||
@with_app(confoverrides={'html_theme': 'ziptheme',
|
||||
'html_theme_options.testopt': 'foo'})
|
||||
|
||||
Reference in New Issue
Block a user