Codebase list django-qr-code / HEAD readthedocs.yml
HEAD

Tree @HEAD (Download .tar.gz)

readthedocs.yml @HEADraw · history · blame

# Required
version: 2

build:
  image: latest

# Build all formats
formats: all

python:
  version: 3.7
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
    - method: setuptools
      path: .