File: .readthedocs.yaml

package info (click to toggle)
python-flake8 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,224 kB
  • sloc: python: 6,634; sh: 21; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.11"
python:
  install:
  - path: .
  - requirements: docs/source/requirements.txt
sphinx:
  configuration: docs/source/conf.py