Skip to content
Snippets Groups Projects
.readthedocs.yml 166 B
Newer Older
version: 2
mkdocs: {}  # tell readthedocs to use mkdocs
python:
  install:
  - method: pip
    path: .
  - requirements: .readthedocs-requirements.txt