https://github.com/dmlc/dgl
Raw File
Tip revision: 45c26559542642b17fb1f02688989d5ae601f336 authored by Minjie Wang on 30 January 2023, 06:15:52 UTC
Update index.rst (#5233)
Tip revision: 45c2655
readthedocs.yml
build:
  image: latest

formats: []

python:
  version: 3.6
  use_system_site_packages: true
  setup_py_install: false
back to top