# Read the Docs configuration file

# Required
version: 2

# Set the OS, Python version, and other tools you might need
build:
  os: ubuntu-24.04
  tools:
    python: "3.13"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
   configuration: UserGuide/conf.py

# Optionally, but recommended,
# declare the Python requirements required to build your documentation
python:
   install:
   - requirements: UserGuide/requirements.txt