docs(config): Update Read the Docs build configuration

This commit is contained in:
Mike 2023-10-15 16:01:39 -07:00
parent 691e5a8a52
commit 537ef3792a

View file

@ -16,7 +16,7 @@ build:
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install -E docs --no-dev
- . "$(pwd | rev | sed 's/stuokcehc/svne/' | rev)/bin/activate" && poetry install --only main --only docs
# Build documentation in the docs/ directory with Sphinx
sphinx: