You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
270 B

2 weeks ago
2 weeks ago
  1. version: 2
  2. sphinx:
  3. configuration: docs/source/conf.py
  4. build:
  5. os: "ubuntu-24.04"
  6. tools:
  7. python: "3.13"
  8. jobs:
  9. post_create_environment:
  10. - python -m pip install poetry
  11. post_install:
  12. - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install