https://github.com/carla-simulator/carla
Revision 975ddedb90f796a55dc3258a8c53e7ce340e0f2a authored by Axel on 02 March 2021, 09:06:45 UTC, committed by Axel1092 on 04 March 2021, 15:16:42 UTC
1 parent 0989aae
Raw File
Tip revision: 975ddedb90f796a55dc3258a8c53e7ce340e0f2a authored by Axel on 02 March 2021, 09:06:45 UTC
Review changes.
Tip revision: 975dded
.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