Revision 1a9ebd130c029677aff37fd9d8733f4685a7d9a9 authored by Sebastian Bank on 23 July 2022, 11:20:40 UTC, committed by Sebastian Bank on 23 July 2022, 11:20:40 UTC
1 parent 91084ea
Raw File
.readthedocs.yml
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3"
python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
sphinx:
  configuration: docs/conf.py
back to top