File: .readthedocs.yaml

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3.8"
sphinx:
   configuration: docs/conf.py
python:
   install:
   - requirements: requirements/docs.txt