kedro-org / kedro-sphinx-theme

Apache License 2.0
3 stars 0 forks source link

Fix CI on kedro-sphinx-theme #10

Closed astrojuanlu closed 4 days ago

astrojuanlu commented 3 months ago
astrojuanlu commented 5 days ago

After a bit of exploration by @Huongg it wasn't clear what to test from a Sphinx theme. Some high-profile themes don't have any tests at all...

@Huongg can we add a simple smoke test that verifies that the contents of the binary build artifact?

In other words: uv build produces 2 files, one sdist in .tar.gz format and one binary wheel in .whl format (they get uploaded to PyPI with uv publish). The smoke test should check that the contents of the .whl include

?

(Note that .whl files are Zip files, you can do unzip path.whl or open them with the zipfile module)

astrojuanlu commented 4 days ago

Fixed by #15