[go: up one dir, main page]

File: .readthedocs.yml

package info (click to toggle)
apscheduler 3.11.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: python: 7,210; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2

build:
  os: ubuntu-lts-latest
  tools:
    python: latest

sphinx:
  configuration: docs/conf.py

python:
   install:
      - method: pip
        path: .
        extra_requirements: [doc]