https://github.com/carla-simulator/carla
Revision 8febd6673948f329e75063f6690660a068260756 authored by nsubiron on 21 May 2019, 13:13:32 UTC, committed by nsubiron on 13 June 2019, 10:30:53 UTC
1 parent 8bc66bc
Raw File
Tip revision: 8febd6673948f329e75063f6690660a068260756 authored by nsubiron on 21 May 2019, 13:13:32 UTC
Find XODR files anywhere in content
Tip revision: 8febd66
.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