readthedocs.yml - ReadTheDocs config file

See the docs for details.

See version.

version: 2
 

Required settings.

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

See python.

python:
    install:

Install CodeChat with the sphinx extra requirement.

        - method: pip
          path: .
          extra_requirements:
              - sphinx