https://github.com/carla-simulator/carla
Revision 859dfffb5e536e478abc25e21b2b05e125f6014d authored by Jacopo Bartiromo on 13 October 2020, 14:26:00 UTC, committed by Jacopo Bartiromo on 14 October 2020, 09:16:40 UTC
1 parent 00b2d85
Raw File
Tip revision: 859dfffb5e536e478abc25e21b2b05e125f6014d authored by Jacopo Bartiromo on 13 October 2020, 14:26:00 UTC
Sorts vehicles by ID to avoid race condition in TM
Tip revision: 859dfff
.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