diff --git a/.readthedocs.yml b/.readthedocs.yml index fa83207..a405e25 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,12 +6,8 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - jobs: - post_create_environment: + commands: - pip install poetry - - poetry config virtualenvs.create false - post_install: - poetry install --with dev - -sphinx: - configuration: docs/source/conf.py + - cd docs + - poetry run make $READTHEDOCS_OUTPUT/html