diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..189c551 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml + +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.11" + jobs: + post_create_environment: + - pip install poetry==2.1.4 + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only main,docs + +sphinx: + configuration: docs/conf.py \ No newline at end of file