https://github.com/carla-simulator/carla
Revision 8b588452afd3608c32b62d044d909f5f8b179713 authored by Ruben Abad on 07 February 2024, 16:34:12 UTC, committed by Ruben Abad on 07 February 2024, 16:34:12 UTC
1 parent 4b0b3be
Raw File
Tip revision: 8b588452afd3608c32b62d044d909f5f8b179713 authored by Ruben Abad on 07 February 2024, 16:34:12 UTC
syntax error
Tip revision: 8b58845
.readthedocs.yaml
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required

version: 2

# Set the version of Python and other tools you might need

build:
  os: ubuntu-22.04
  tools:
    python: "3.7"

mkdocs:
  configuration: mkdocs.yml

# Optionally declare the Python requirements required to build your docs

python:
  install:
  - requirements: Docs/requirements.txt
back to top