retworkx 0.8.0

A python graph library implemented in Rust
Documentation
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

formats:
  - epub
  - pdf

conda:
  environment: .conda-rtd-environment.yml

build:
  image: latest

python:
  version: 3.7
  install:
    - method: pip
      path: .