https://github.com/carla-simulator/carla
Revision 14103fa28d98a861f01a4bb75a600d1534c90a59 authored by Praveen Kumar on 19 September 2019, 08:23:14 UTC, committed by Praveen Kumar on 19 September 2019, 08:23:14 UTC
1 parent 8ea36ec
Raw File
Tip revision: 14103fa28d98a861f01a4bb75a600d1534c90a59 authored by Praveen Kumar on 19 September 2019, 08:23:14 UTC
Added detailed comments to all header files
Tip revision: 14103fa
.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