.readthedocs.yaml 283 B

12345678910111213141516
  1. version: 2
  2. build:
  3. os: ubuntu-22.04
  4. tools:
  5. python: "3.9"
  6. commands:
  7. - pip install poetry
  8. - poetry config virtualenvs.create false
  9. - poetry install --with docs
  10. - poetry env info
  11. - sphinx-build docs _readthedocs/html
  12. sphinx:
  13. configuration: docs/conf.py