mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add Docutils-native XML and pseudo-XML builders
This commit is contained in:
@@ -61,3 +61,11 @@ else:
|
||||
@with_app(buildername='singlehtml', cleanenv=True)
|
||||
def test_singlehtml(app):
|
||||
app.builder.build_all()
|
||||
|
||||
@with_app(buildername='xml')
|
||||
def test_xml(app):
|
||||
app.builder.build_all()
|
||||
|
||||
@with_app(buildername='pseudoxml')
|
||||
def test_pseudoxml(app):
|
||||
app.builder.build_all()
|
||||
|
||||
Reference in New Issue
Block a user