the pixi command was outdated (html is now docs) so I removed that.
Aside from that I also think the docs version hasn't been detected correctly for a bit, leading to previous docs disappearing with some more explicit bash this should be at least noticed sooner I think. I'll revert previous versions soon
General Checklist
[x] Updated tests or added new tests
[x] Branch is up to date with main
[x] Tests & pre-commit hooks pass
[ ] Updated documentation
[ ] Updated changelog.rst
Data/Catalog checklist
[ ] data/catalogs/predefined_catalogs.yml has not been modified.
[ ] None of the old data_catalog.yml files have been chagned
[ ] data/chagnelog.rst has been updated
[ ] new file uses LF line endings (done automatically if you used update_versions.py)
[ ] New file has been tested locally
[ ] Tests have been added using the new file in the test suite
Additional Notes (optional)
Add any additional notes or information that may be helpful.
merging this without a review because the relevant parts can only be tested when merging a PR and everyone has gone home for the day. It's a fairly trivial change so it should be fine
Issue addressed
Fixes #1071
Explanation
the pixi command was outdated (
html
is nowdocs
) so I removed that.Aside from that I also think the docs version hasn't been detected correctly for a bit, leading to previous docs disappearing with some more explicit bash this should be at least noticed sooner I think. I'll revert previous versions soon
General Checklist
main
Data/Catalog checklist
data/catalogs/predefined_catalogs.yml
has not been modified.data_catalog.yml
files have been chagneddata/chagnelog.rst
has been updatedLF
line endings (done automatically if you usedupdate_versions.py
)Additional Notes (optional)
Add any additional notes or information that may be helpful.