https://github.com/carla-simulator/carla
Revision fd06ae6f7b5f2a6ed25d299ec6530796ae96c6b8 authored by Daniel Santos-Olivan on 05 May 2021, 13:20:04 UTC, committed by bernat on 20 May 2021, 14:33:27 UTC
1 parent c779b36
Raw File
Tip revision: fd06ae6f7b5f2a6ed25d299ec6530796ae96c6b8 authored by Daniel Santos-Olivan on 05 May 2021, 13:20:04 UTC
Updated CHANGELOG
Tip revision: fd06ae6
.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