Fixed mistakes in RTD config

This commit is contained in:
2025-05-29 10:41:33 +01:00
parent 36d12de829
commit 6018c134a9

View File

@@ -11,8 +11,8 @@ build:
- asdf install poetry latest
- asdf global poetry latest
- asdf plugin add just
- asdf install poetry just
- asdf global poetry just
- asdf install just latest
- asdf global just latest
create_environment:
- poetry install --with dev,docs
install: