swh:1:snp:72a4c465b82ec18a5d1f703821d91720268b476f
Raw File
Tip revision: 536ed15bc73ab5d1131c0d530dd9d4f2dc9aee36 authored by Isaac Virshup on 01 April 2022, 15:16:06 UTC
Release notes (#2197)
Tip revision: 536ed15
.readthedocs.yml
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: '3.9'
sphinx:
  configuration: docs/conf.py
python:
  install:
  - method: pip
    path: .
    extra_requirements:
    - doc
back to top