File: .readthedocs.yml

package info (click to toggle)
meteofrance-api 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 1,532; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
sphinx:
  configuration: docs/conf.py
formats: all
python:
  install:
    - requirements: docs/requirements.txt
    - path: .
build:
  os: ubuntu-24.04
  tools:
    python: "3.12"