File: readthedocs.yml

package info (click to toggle)
pytorch-geometric 2.6.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,904 kB
  • sloc: python: 127,155; sh: 338; cpp: 27; makefile: 18; javascript: 16
file content (14 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

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

python:
   install:
      - requirements: docs/requirements.txt
      - method: pip
        path: .

formats: []