Revision 2c8fa5ad4dae802420c9c945c97f8cad67bb4b20 authored by Ankur Sinha (Ankur Sinha Gmail) on 17 October 2023, 14:49:24 UTC, committed by Ankur Sinha (Ankur Sinha Gmail) on 17 October 2023, 14:49:24 UTC
2 parent s f782d1b + 4839474
Raw File
.readthedocs.yaml
version: 2

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


sphinx:
  configuration: doc/conf.py


python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - doc
back to top