File: .readthedocs.yaml

package info (click to toggle)
python-agate 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,020 kB
  • sloc: python: 8,554; makefile: 126
file content (12 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
build:
  os: ubuntu-lts-latest
  tools:
    python: "3"
python:
  install:
    - path: .
    - requirements: docs/requirements.txt
sphinx:
  configuration: docs/conf.py
  fail_on_warning: true