Codebase list python-werkzeug / run/e3f475f9-f9b2-4892-adc1-2ce950bb51cb/upstream .readthedocs.yaml
run/e3f475f9-f9b2-4892-adc1-2ce950bb51cb/upstream

Tree @run/e3f475f9-f9b2-4892-adc1-2ce950bb51cb/upstream (Download .tar.gz)

.readthedocs.yaml @run/e3f475f9-f9b2-4892-adc1-2ce950bb51cb/upstreamraw · history · blame

version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3.10"
python:
  install:
    - requirements: requirements/docs.txt
    - method: pip
      path: .
sphinx:
  builder: dirhtml
  fail_on_warning: true