File: .readthedocs.yml

package info (click to toggle)
python-pem 19.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: python: 925; makefile: 164
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
---
version: 2
python:
  version: 3.7

  install:
    - method: pip
      path: .
      extra_requirements:
        - docs