https://github.com/carla-simulator/carla
Raw File
Tip revision: c3f856d7f8d083d452be07a3e440a2822b58a7ca authored by Aaron on 07 December 2022, 11:20:14 UTC
Merge branch 'aaron/osmdownloader' of https://github.com/carla-simulator/carla into aaron/osmdownloader
Tip revision: c3f856d
.readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

mkdocs:
  configuration: mkdocs.yml

formats: all

python:
  version: 3.7
  install:
    - requirements: Docs/requirements.txt
back to top