File: .readthedocs.yml

package info (click to toggle)
drf-yasg-nonfree 1.21.10-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 15,784 kB
  • sloc: javascript: 6,247; python: 5,073; makefile: 31; sh: 13
file content (19 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 2

sphinx:
  configuration: docs/conf.py

formats:
  - pdf

build:
  image: latest

python:
  version: 3.8
  install:
    - requirements: requirements/docs.txt
    - method: pip
      path: .
      extra_requirements:
        - validation