https://github.com/carla-simulator/carla
Raw File
Tip revision: 6fc058d5a824ab58b7cb659f5af679edd5d668ea authored by Manish on 11 June 2019, 13:32:02 UTC
improved control and weather documentation
Tip revision: 6fc058d
.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