https://github.com/carla-simulator/carla
Raw File
Tip revision: 71de66f0fdbb3c5215a8bd88bd56bb9b1369d853 authored by Axel on 10 March 2022, 13:30:10 UTC
Improved spring strength settings for infividual branches. Enabled better debugging.
Tip revision: 71de66f
.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