mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
Migrated % string formating
This commit is contained in:
@@ -14,9 +14,9 @@ class Doc_Test(unittest.TestCase):
|
||||
html_path = os.path.sep.join(self.path_to_docs.split(os.path.sep) + ['_build']+['html'])
|
||||
|
||||
check = subprocess.call(["sphinx-build", "-nW", "-b", "html", "-d",
|
||||
"%s"%(doctrees_path) ,
|
||||
"%s"%(self.path_to_docs),
|
||||
"%s"%(html_path)])
|
||||
"{0!s}".format((doctrees_path)) ,
|
||||
"{0!s}".format((self.path_to_docs)),
|
||||
"{0!s}".format((html_path))])
|
||||
assert check == 0
|
||||
|
||||
# def test_latex(self):
|
||||
|
||||
Reference in New Issue
Block a user