File: .readthedocs.yaml

package info (click to toggle)
python-django-otp 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 756 kB
  • sloc: python: 3,221; makefile: 145; sh: 6
file content (14 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

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

sphinx:
  configuration: docs/source/conf.py

python:
  install:
    - method: pip
      path: .