github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/.readthedocs.yaml (about)

     1  # .readthedocs.yaml
     2  # Read the Docs configuration file
     3  # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
     4  
     5  # Required
     6  version: 2
     7  
     8  mkdocs:
     9    configuration: mkdocs.yml
    10  
    11  build:
    12    os: ubuntu-20.04
    13    tools:
    14      python: "3.9"
    15  
    16  python:
    17    install:
    18      - requirements: docs/mkdocs-pip-requirements
    19    system_packages: true