File: .readthedocs.yaml

package info (click to toggle)
pythran 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,716 kB
  • sloc: cpp: 65,021; python: 41,083; sh: 137; makefile: 87
file content (18 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"

sphinx:
  configuration: docs/conf.py


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