mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch 'stable'
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
from six import StringIO
|
||||
|
||||
from util import TestApp, path
|
||||
from util import SphinxTestApp, path
|
||||
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
from sphinx.builders.latex import LaTeXBuilder
|
||||
@@ -21,7 +19,7 @@ app = env = None
|
||||
|
||||
def setup_module():
|
||||
global app, env
|
||||
app = TestApp(srcdir='root-envtest', warning=StringIO())
|
||||
app = SphinxTestApp(srcdir='root-envtest')
|
||||
env = app.env
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user