We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5a160 commit 57f2353Copy full SHA for 57f2353
tests/test_execute.py
@@ -44,7 +44,7 @@ def doctree(
44
with (src_dir / "contents.rst").open("w", encoding = "utf8") as f:
45
f.write(source)
46
warnings = StringIO()
47
- app = SphinxTestApp(srcdir=path(src_dir), status=StringIO(), warning=warnings)
+ app = SphinxTestApp(srcdir=path(src_dir.as_posix()), status=StringIO(), warning=warnings)
48
apps.append(app)
49
app.build()
50
0 commit comments