Skip to content

Commit 158bf53

Browse files
committed
fixup! gp-sitemap(feat[extension]): sitemap.xml generator with Sphinx 8.1+ idioms
fixup: split long smoke-test string after rename
1 parent 32db9c4 commit 158bf53

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/ci/package_tools.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,11 @@ def smoke_sphinx_gp_sitemap(dist_dir: pathlib.Path, version: str) -> None:
670670
)
671671
_run_python(
672672
python_path,
673-
("import sphinx_gp_sitemap; from sphinx_gp_sitemap import setup; assert callable(setup)"),
673+
(
674+
"import sphinx_gp_sitemap; "
675+
"from sphinx_gp_sitemap import setup; "
676+
"assert callable(setup)"
677+
),
674678
)
675679

676680

0 commit comments

Comments
 (0)