https://github.com/carla-simulator/carla
Revision cc058938a73004926133f0265fa90a5cde5034d6 authored by doterop on 19 April 2021, 15:08:55 UTC, committed by doterop on 19 April 2021, 15:08:55 UTC
1 parent 075ce4d
Raw File
Tip revision: cc058938a73004926133f0265fa90a5cde5034d6 authored by doterop on 19 April 2021, 15:08:55 UTC
Fixed struct construction order
Tip revision: cc05893
.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