diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..7c99e8d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.12" + jobs: + post_create_environment: + - python -m pip install poetry + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true