File: .readthedocs.yaml

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