File: .readthedocs.yaml

package info (click to toggle)
python-gaphas 5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,560 kB
  • sloc: python: 5,839; makefile: 17; sh: 2
file content (17 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
formats: all
build:
  os: ubuntu-24.04
  tools:
    python: "3.13"
  apt_packages:
  - libgirepository-2.0-dev
  jobs:
    pre_install:
    - python -m pip install --constraint=.github/github-requirements.txt poetry
    - poetry config virtualenvs.create false
    post_install:
    - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx:
  configuration: docs/conf.py
  fail_on_warning: false