https://github.com/gboeing/osmnx
Raw File
Tip revision: 9465280181b4e156c3fde4675ed7046860633ff3 authored by Geoff Boeing on 29 October 2023, 23:13:05 UTC
Merge pull request #1081 from gboeing/release
Tip revision: 9465280
.readthedocs.yaml
version: 2

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

formats: all

python:
  install:
    - requirements: docs/requirements.txt

sphinx:
  configuration: docs/source/conf.py
  fail_on_warning: true
back to top