mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove sphinx.builder usage.
This commit is contained in:
@@ -19,7 +19,7 @@ except ImportError:
|
||||
# functools is new in 2.4
|
||||
wraps = lambda f: (lambda w: w)
|
||||
|
||||
from sphinx import application, builder
|
||||
from sphinx import application
|
||||
|
||||
from path import path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user