File: .readthedocs.yml

package info (click to toggle)
pytz-deprecation-shim 0.1.0.post0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 392 kB
  • sloc: python: 1,497; sh: 10; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
version: 2 # Required in order to install with pip

python:
  version: 3.8
  install:
    - path: .
    - requirements: docs/requirements.txt