Revision dc81d34b56c9f92c377220d6486fe0e5530db77f authored by APMDSLHC on 31 January 2024, 17:52:26 UTC, committed by APMDSLHC on 31 January 2024, 17:52:26 UTC
1 parent 215c820
Raw File
.readthedocs.yml
# .readthedocs.yml

version: 2

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

sphinx:
  configuration: docs/manual/source/conf.py
  
python:
    install:
    - requirements: docs/manual/requirements.txt
back to top