[go: up one dir, main page]

File: .readthedocs.yml

package info (click to toggle)
specutils 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,924 kB
  • sloc: python: 10,599; makefile: 110
file content (16 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2

build:
  image: latest

python:
  version: 3.8
  system_packages: false
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
        - all

formats: []