File: readthedocs.yml

package info (click to toggle)
django-qr-code 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,108 kB
  • sloc: python: 3,914; sh: 107; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 286 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
20
21
# Required

version: 2


# Set the OS, Python version and other tools you might need

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"

formats: []

python:
  install:
    - method: pip
      path: .
    - requirements: docs/requirements.txt
    - method: setuptools
      path: .