Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.readthedocs.yml 186 B
# .readthedocs.yml

version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.9"

python:
  install:
    - method: setuptools
      path: .
    - requirements: requirements_docs.txt