File: .readthedocs.yml

package info (click to toggle)
python-django-pgtrigger 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 916 kB
  • sloc: python: 3,884; makefile: 114; sh: 8; sql: 2
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.9"
mkdocs:
  configuration: mkdocs.yml
  fail_on_warning: false
formats: all
python:
  install:
  - requirements: docs/requirements.txt