https://github.com/carla-simulator/carla
Revision bbf068bb60154d8cb98bc5ee5d92a2cf7cb03246 authored by Marcel Pi on 04 April 2022, 21:11:04 UTC, committed by bernat on 05 April 2022, 09:52:16 UTC
1 parent a07cab8
Raw File
Tip revision: bbf068bb60154d8cb98bc5ee5d92a2cf7cb03246 authored by Marcel Pi on 04 April 2022, 21:11:04 UTC
Update CHANGELOG.md
Tip revision: bbf068b
.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