Skip to content

Commit

Permalink
Update test_sphinxcontrib_trio.py
Browse files Browse the repository at this point in the history
Fix another typo.
  • Loading branch information
Sraw authored Jul 25, 2018
1 parent a7ae504 commit ce4cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sphinxcontrib_trio.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_member_order(tmpdir):
str(tmpdir / "test-docs-source"))

subprocess.run(
["sphinx-build", "-v", "-nW", "-D", "autodoc_member_order='bysource'", "-nb", "html",
["sphinx-build", "-v", "-nW", "-D", "autodoc_member_order=bysource", "-nb", "html",
str(tmpdir / "test-docs-source"), str(tmpdir / "out")])

tree = lxml.html.parse(str(tmpdir / "out" / "test.html")).getroot()
Expand Down

0 comments on commit ce4cf6d

Please sign in to comment.