https://github.com/carla-simulator/carla
Revision cfabe549c79b7c58e21d6136abd2cb45b868b038 authored by nsubiron on 19 June 2019, 13:40:10 UTC, committed by Néstor Subirón on 20 June 2019, 16:06:13 UTC
1 parent ae8db97
Raw File
Tip revision: cfabe549c79b7c58e21d6136abd2cb45b868b038 authored by nsubiron on 19 June 2019, 13:40:10 UTC
Update CHANGELOG
Tip revision: cfabe54
.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